forked from rDrama/rDrama
1
0
Fork 0

remove unnecessaryu block from bootstrap.js

master
Aevann1 2022-09-13 13:05:13 +02:00
parent d3e8a7f86c
commit 9f6ec11cd4
2 changed files with 1 additions and 7 deletions

View File

@ -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);
});
}

View File

@ -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,