Skip to content

Commit 6fb795f

Browse files
authored
Update custom.js
1 parent 575d245 commit 6fb795f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amisforum/live/js/custom.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ var x = setInterval(function () {
3434

3535

3636
// If the count down is over, write some text
37-
if (distance < 0) {
37+
if (circulatingSupply > 0) {
3838
clearInterval(x);
39-
/* document.getElementById("demo").innerHTML = "EXPIRED"; */
39+
document.getElementById("demo").innerHTML = "EXPIRED";
4040
}
4141
}, 1000);
4242

0 commit comments

Comments
 (0)