Commit c9d6a65786727c87dfc4a0d258898fb16e3b7147
1 parent
432a5282
попап4
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
www/js/main.js
@@ -2269,4 +2269,8 @@ $(document).ready(function(){ | @@ -2269,4 +2269,8 @@ $(document).ready(function(){ | ||
2269 | $(this).parent().find('.white_list').toggleClass('hidden'); | 2269 | $(this).parent().find('.white_list').toggleClass('hidden'); |
2270 | $(this).parent().toggleClass('small'); | 2270 | $(this).parent().toggleClass('small'); |
2271 | }); | 2271 | }); |
2272 | + $(".modal_close").click(function()){ | ||
2273 | + $(".open-delivery-modal").addClass("hidden"); | ||
2274 | + $(".delivery-form-par").hide(); | ||
2275 | + } | ||
2272 | }); | 2276 | }); |