Showing
1 changed file
with
1 additions
and
1 deletions
@@ -79,7 +79,7 @@ function getCouponDate() { | @@ -79,7 +79,7 @@ function getCouponDate() { | ||
79 | if (coupon.notAvailable) { | 79 | if (coupon.notAvailable) { |
80 | notAvailableCoupons.push(coupon); | 80 | notAvailableCoupons.push(coupon); |
81 | } | 81 | } |
82 | - }) | 82 | + }); |
83 | 83 | ||
84 | if (notAvailableCoupons.length) { | 84 | if (notAvailableCoupons.length) { |
85 | $('.not-avaliable-coupon-line').show(); | 85 | $('.not-avaliable-coupon-line').show(); |
-
Please register or login to post a comment