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