diff --git a/files/assets/js/bootstrap.js b/files/assets/js/bootstrap.js index f1c327b4c..fa341a977 100644 --- a/files/assets/js/bootstrap.js +++ b/files/assets/js/bootstrap.js @@ -16,12 +16,6 @@ if (window.location.pathname != '/submit') const btn = submitButtonDOMs[0] btn.click(); - btn.disabled = true; - btn.classList.add('disabled'); - setTimeout(() => { - btn.disabled = false; - btn.classList.remove('disabled'); - }, 2000); }); } diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 0081ed297..b0b31cd64 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -16,7 +16,7 @@ set CACHE_VER = { 'css/win98.css': 4007, 'js/award_modal.js': 4001, - 'js/bootstrap.js': 4004, + 'js/bootstrap.js': 4005, 'js/category_modal.js': 4000, 'js/comments_admin.js': 4000, 'js/comments_v.js': 4002,