Commit c9995d39 by Patrick O'Carroll

fixed so preloader is removed when app is loaded

parent 4f84a2d0
......@@ -81,6 +81,8 @@ export function grafanaAppDirective(playlistSrv, contextSrv, $timeout, $rootScop
// see https://github.com/zenorocha/clipboard.js/issues/155
$.fn.modal.Constructor.prototype.enforceFocus = function() {};
$('.preloader').remove();
sidemenuOpen = scope.contextSrv.sidemenu;
body.toggleClass('sidemenu-open', sidemenuOpen);
......
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