make the timeout 2 seconds for the button

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-03 12:15:55 +02:00
parent cae656186a
commit c222d36366
1 changed files with 1 additions and 1 deletions

View File

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