make the timeout 2 seconds for the button

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