diff --git a/js/time/time.js b/js/time/time.js index 311f7b51..311ef2d4 100644 --- a/js/time/time.js +++ b/js/time/time.js @@ -44,6 +44,7 @@ time.init = function () { this.intervalId = setInterval(function () { this.updateTime(); - }.bind(this), 1000); + }.bind(this), this.updateInterval); + this.updateTime(); } \ No newline at end of file