1 parent 575d245 commit 6fb795fCopy full SHA for 6fb795f
1 file changed
amisforum/live/js/custom.js
@@ -34,9 +34,9 @@ var x = setInterval(function () {
34
35
36
// If the count down is over, write some text
37
- if (distance < 0) {
+ if (circulatingSupply > 0) {
38
clearInterval(x);
39
- /* document.getElementById("demo").innerHTML = "EXPIRED"; */
+ document.getElementById("demo").innerHTML = "EXPIRED";
40
}
41
}, 1000);
42
0 commit comments