add a spinner to all waiting messages

This commit is contained in:
Oliver Gorwits
2014-02-22 09:07:19 +00:00
parent cb84f872c5
commit 09a63e4183
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ function do_search (event, tab) {
// in case of slow data load, let the user know
$(target).html(
'<div class="span2 alert">Waiting for results...</div>'
'<div class="span2 alert"><i class="icon-spinner icon-spin"></i> Waiting for results...</div>'
);
// submit the query and put results into the tab pane