timeSince timer should always be on

This commit is contained in:
Thomas Gelf 2014-03-06 09:25:32 +00:00
parent a6c03eebd4
commit 180db36e6c
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
initialize: function () {
$('html').removeClass('no-js').addClass('js');
this.icinga.timer.register(this.refreshTimeSince, this, 1000);
this.triggerWindowResize();
},