From fc8c0a6f09aa084a72280206c6bdb7f153a88f93 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Fri, 13 Apr 2018 17:05:07 +0200 Subject: [PATCH] обновил фильтры --- frontend/web/js/script.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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