Honor Config Option and do inital time update

This commit is contained in:
Jonathan Vogt 2016-01-26 00:53:52 +01:00
parent 5be0d1c5e9
commit ed9f85f705

View File

@ -44,6 +44,7 @@ time.init = function () {
this.intervalId = setInterval(function () {
this.updateTime();
}.bind(this), 1000);
}.bind(this), this.updateInterval);
this.updateTime();
}