Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahklasik committed Aug 9, 2024
1 parent a06ecde commit f5ec53b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@ <h1>Tutorial:</h1>
<script>
function dL() {
var input = document.getElementById("uploader");
//input.disabled = true;
setTimeout(() => {
input.disabled = true;
}
input.textContent = "Success!";
}, 5000);
</script>
<script>
function checkInput() {
Expand Down

0 comments on commit f5ec53b

Please sign in to comment.