diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index c06e055..eef1a56 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -163,16 +163,7 @@ $( } - /** - * Блокирую кнопку сабмита после нажатия на 5 сек - */ - $('button[type="Submit"]').on('click',function () { - var $this = $(this); - $this.attr('disabled', true); - setTimeout(function() { - $this.attr('disabled', false); - }, 5000); - }); + -- libgit2 0.21.4