Skip to content

Commit

Permalink
fix issue with hiding loading message in embedded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Nov 28, 2016
1 parent 469a211 commit a5d4aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/views/ui_app.jade
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ block content

var hideLoadingMessage = /#.*[?&]embed(&|$)/.test(window.location.href);
if (hideLoadingMessage) {
var loading = document.querySelector('.ui-app-loading h1');
var loading = document.querySelector('.kibanaWelcomeView');
loading.removeChild(loading.lastChild);
}

Expand Down

0 comments on commit a5d4aaa

Please sign in to comment.