Skip to content

Commit

Permalink
Update fnaf.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PS2ClassicsVault authored Nov 10, 2023
1 parent ef20ef6 commit e8ec29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnaf.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
document.getElementById("demo").innerHTML = "EVENT HAS STARTED, PLEASE REFRESH BROWSER!";
}
}, 1000);
</script>
Expand Down

0 comments on commit e8ec29f

Please sign in to comment.