Commit 084e7e7d by Torkel Ödegaard

Fixes #68, bug when trying open dashboard while in edit/fullscreen mode

parent 76f4e3c5
......@@ -138,6 +138,9 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
// Cancel all timers
timer.cancel_all();
// reset fullscreen flag
$rootScope.fullscreen = false;
// Make sure the dashboard being loaded has everything required
dashboard = dash_defaults(dashboard);
......
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