Remove autorefresh data flag for containers no longer refreshing

This commit is contained in:
Thomas Gelf 2014-03-26 18:14:29 +00:00
parent 4b47841dc2
commit 1f6616e7d7
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@
if (refresh) {
req.$target.data('icingaRefresh', refresh);
} else {
req.$target.removeData('lastUpdate');
req.$target.removeData('lastRefresh');
}
// Set a window identifier if the server asks us to do so