mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
timeSince timer should always be on
This commit is contained in:
parent
a6c03eebd4
commit
180db36e6c
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
initialize: function () {
|
initialize: function () {
|
||||||
$('html').removeClass('no-js').addClass('js');
|
$('html').removeClass('no-js').addClass('js');
|
||||||
|
this.icinga.timer.register(this.refreshTimeSince, this, 1000);
|
||||||
this.triggerWindowResize();
|
this.triggerWindowResize();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user