mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix issue with hiding loading message in embedded mode
This commit is contained in:
parent
469a211483
commit
a5d4aaa621
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue