Revert "make the timeout 2 seconds for the button"

This reverts commit c222d36366.
remotes/1693045480750635534/spooky-22
Aevann1 2022-07-04 05:35:00 +02:00
parent 12ace5ad1b
commit b55d17859e
1 changed files with 1 additions and 1 deletions

View File

@ -1191,7 +1191,7 @@
setTimeout(() => {
btn.disabled = false;
btn.classList.remove('disabled');
}, 2000);
}, 1000);
}
</script>
<button class="mt-4 mb-3 btn btn-primary" onclick="viewmore(this)">