timeSince timer should always be on
This commit is contained in:
parent
a6c03eebd4
commit
180db36e6c
|
@ -23,6 +23,7 @@
|
|||
|
||||
initialize: function () {
|
||||
$('html').removeClass('no-js').addClass('js');
|
||||
this.icinga.timer.register(this.refreshTimeSince, this, 1000);
|
||||
this.triggerWindowResize();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue