Commit 0551e024c81acd2cc8ad5920f090af417dfa7522
1 parent
2fd00b7d
hiding popup
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/frontend/views/page/index.php
@@ -346,6 +346,7 @@ js, fjs); | @@ -346,6 +346,7 @@ js, fjs); | ||
346 | } | 346 | } |
347 | 347 | ||
348 | $(".open-delivery-modal div img").click(function(){ | 348 | $(".open-delivery-modal div img").click(function(){ |
349 | + this.parent.parent.hide(); | ||
349 | $(".delivery-form-par").show(); | 350 | $(".delivery-form-par").show(); |
350 | $(".delivery-form-par").animate({opacity: "1"}, 500, function() {}); | 351 | $(".delivery-form-par").animate({opacity: "1"}, 500, function() {}); |
351 | $(".delivery-form-par .popup-main-delivery").animate({opacity: "1",top: "15%"}, 300, function() {}); | 352 | $(".delivery-form-par .popup-main-delivery").animate({opacity: "1",top: "15%"}, 300, function() {}); |