Fixed condition category tolltip reset
This commit is contained in:
@@ -95,6 +95,7 @@ $(function($){
|
|||||||
).done(function() {
|
).done(function() {
|
||||||
$.couponManager.displayConditionsSummary();
|
$.couponManager.displayConditionsSummary();
|
||||||
$('#condition-add-operators-values').html('');
|
$('#condition-add-operators-values').html('');
|
||||||
|
$('#condition-add-type').find('.typeToolTip').html('');
|
||||||
// Set the condition selector to default
|
// Set the condition selector to default
|
||||||
$("#category-condition option").filter(function() {
|
$("#category-condition option").filter(function() {
|
||||||
return $(this).val() == '';
|
return $(this).val() == '';
|
||||||
|
|||||||
Reference in New Issue
Block a user