Commit de500882a1697ec52f936bd017688c46ce6cc4db
Merge branch 'popup' of gitlab.artweb.com.ua:Alex/semena
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 | 2269 | $(this).parent().find('.white_list').toggleClass('hidden'); |
2270 | 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 | }); | ... | ... |