Skip to content

Commit

Permalink
Remove caching message if app is embedded (issues/3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Feb 20, 2015
1 parent 60eff39 commit 19817b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/kibana/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<img width="128" src="images/initial_load.gif">
<h1>
<strong>Kibana</strong>
<small>is loading. Give me a moment here. I'm loading a whole bunch of code. Don't worry, all this good stuff will be cached up for next time!</small>
<script>
if (location.href.indexOf('?embed') < 0) document.write('<small>is loading. Give me a moment here. I\'m loading a whole bunch of code. Don\'t worry, all this good stuff will be cached up for next time!</small>');
</script>
</h1>
</center>
</div>
Expand Down

0 comments on commit 19817b9

Please sign in to comment.