Minor bug fix for rememeber refresh interval after zooming two or more times, Fixes #1408

This commit is contained in:
Torkel Ödegaard
2015-02-03 09:27:00 +01:00
parent 5c3e366192
commit 6b6b97c8d8
+1 -1
View File
@@ -94,7 +94,7 @@ define([
// disable refresh if we have an absolute time
if (time.to !== 'now') {
this.old_refresh = this.dashboard.refresh;
this.old_refresh = this.dashboard.refresh || this.old_refresh;
this.set_interval(false);
}
else if (this.old_refresh && this.old_refresh !== this.dashboard.refresh) {