mirror of
https://github.com/manilarome/the-glorious-startpage.git
synced 2024-11-23 16:13:28 +01:00
fix not updating clock
This commit is contained in:
parent
581cdea730
commit
0c083f497c
@ -36,7 +36,7 @@ class Clock {
|
||||
|
||||
_startClock = () => {
|
||||
this._setTime();
|
||||
setTimeout(this._setTime, 1000);
|
||||
setInterval(this._setTime, 1000);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user