Commit c4d1fd0e by Saliya Randunu

function close button

parent 2bff2781
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
PopupCoupon.open(); PopupCoupon.open();
} }
$(".invalid-coupon-close-button").on("click",function(){
PopupCoupon.close();
});
$(".select-btn").on("click",function(){ $(".select-btn").on("click",function(){
Popup.setContent($("#" + $(this).data('popupid') )); Popup.setContent($("#" + $(this).data('popupid') ));
Popup.open(); Popup.open();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment