use correct spinner

remotes/origin/fix-10825
Jörn Friedrich Dreyer 12 years ago
parent d89733c859
commit 818e7388c4
  1. 2
      search/js/search.js

@ -120,7 +120,7 @@
//show spinner
$searchResults.removeClass('hidden');
$status.html(t('core', 'Searching other places')+'<img class="spinner" alt="search in progress" src="'+OC.webroot+'/core/img/loading-dark.gif" />');
$status.html(t('core', 'Searching other places')+'<img class="spinner" alt="search in progress" src="'+OC.webroot+'/core/img/loading.gif" />');
// do the actual search query
$.getJSON(OC.generateUrl('search/ajax/search.php'), {query:query, inApps:inApps, page:page, size:size }, function(results) {

Loading…
Cancel
Save