We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94bc31 commit c430fd5Copy full SHA for c430fd5
reimagined/index.html
@@ -98,8 +98,7 @@ <h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</
98
document.getElementById("countdown").innerHTML = days+"d "+hours+"h "+minutes+"m "+seconds+"s ";
99
100
if (distance < 0) {
101
- clearInterval(x);
102
- document.getElementById("countdown").innerHTML = "";
+ document.getElementById("countdown").innerHTML = "Refresh the page!";
103
}
104
105
0 commit comments