From 771f59ee473479741422e6a3cb2f223587bae102 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Fri, 2 May 2014 20:54:17 +0200 Subject: [PATCH] Fixed condition category tolltip reset --- templates/backOffice/default/assets/js/coupon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/backOffice/default/assets/js/coupon.js b/templates/backOffice/default/assets/js/coupon.js index 7e7780f30..74b511c82 100644 --- a/templates/backOffice/default/assets/js/coupon.js +++ b/templates/backOffice/default/assets/js/coupon.js @@ -95,6 +95,7 @@ $(function($){ ).done(function() { $.couponManager.displayConditionsSummary(); $('#condition-add-operators-values').html(''); + $('#condition-add-type').find('.typeToolTip').html(''); // Set the condition selector to default $("#category-condition option").filter(function() { return $(this).val() == '';