Commit fc8c0a6f09aa084a72280206c6bdb7f153a88f93
1 parent
cc1df3ac
обновил фильтры
Showing
1 changed file
with
1 additions
and
10 deletions
Show diff stats
frontend/web/js/script.js
... | ... | @@ -163,16 +163,7 @@ $( |
163 | 163 | } |
164 | 164 | |
165 | 165 | |
166 | - /** | |
167 | - * Блокирую кнопку сабмита после нажатия на 5 сек | |
168 | - */ | |
169 | - $('button[type="Submit"]').on('click',function () { | |
170 | - var $this = $(this); | |
171 | - $this.attr('disabled', true); | |
172 | - setTimeout(function() { | |
173 | - $this.attr('disabled', false); | |
174 | - }, 5000); | |
175 | - }); | |
166 | + | |
176 | 167 | |
177 | 168 | |
178 | 169 | ... | ... |