|
|
@ -33,4 +33,4 @@ const update_all = () => {
|
|
|
|
document.getElementById('output').innerHTML = countdown(hash_date);
|
|
|
|
document.getElementById('output').innerHTML = countdown(hash_date);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
update_all();
|
|
|
|
update_all();
|
|
|
|
setInterval(update_all, 500);
|
|
|
|
setInterval(update_all, 500);
|
|
|
|