This commit is contained in:
parent
5d5dc5719a
commit
3c1645eed5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
|
||||
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
|
||||
|
||||
var countup = document.getElementById("c0re-countup")
|
||||
var countup = document.getElementById("c0re-countup");
|
||||
if (countup != null) {
|
||||
countup.innerHTML = days + "d " + hours + "h "
|
||||
+ minutes + "m " + seconds + "s ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue