Commit fa0b06ac by Mitsuhiro Tanda

fix align bug

parent ef22a87f
......@@ -72,6 +72,7 @@ define([
var wait_ms = _i - (Date.now() % _i);
$timeout(function () {
self.start_scheduled_refresh(_i);
self.refreshDashboard();
}, wait_ms);
} else {
this.cancel_scheduled_refresh();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment