Skip to content

Commit c430fd5

Browse files
authored
Update countdown
1 parent d94bc31 commit c430fd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reimagined/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ <h1>Complementary<br><span style="color: var(--ThemeColor)">Reimagined Shaders</
9898
document.getElementById("countdown").innerHTML = days+"d "+hours+"h "+minutes+"m "+seconds+"s ";
9999

100100
if (distance < 0) {
101-
clearInterval(x);
102-
document.getElementById("countdown").innerHTML = "";
101+
document.getElementById("countdown").innerHTML = "Refresh the page!";
103102
}
104103
}
105104

0 commit comments

Comments
 (0)