- Let's use the underconstruction gif.

This commit is contained in:
Jordan Sissel 2011-02-13 02:37:23 -08:00
parent e53a6929dd
commit cc0b0565cd
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
}
var display_query = query.replace("<", "&lt;").replace(">", "&gt;")
$("#querystatus, #results h1").html("Loading query '" + display_query + "' (offset:" + logstash.params.offset + ", count:" + logstash.params.count + ") <img src='/media/construction.gif'>")
$("#querystatus, #results h1").html("Loading query '" + display_query + "' (offset:" + logstash.params.offset + ", count:" + logstash.params.count + ") <img class='throbber' src='/media/construction.gif'>")
//console.log(logstash.params)
logstash.params.q = query;
document.location.hash = escape(JSON.stringify(logstash.params));

View file

@ -63,5 +63,5 @@ body
display: none
#results h1
font-size: 100%
img
vertical-align: top
img.throbber
vertical-align: top