]> git.wh0rd.org Git - tt-rss.git/commitdiff
display proper loading indicator for categories
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 20:23:25 +0000 (23:23 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 20:23:25 +0000 (23:23 +0300)
feedlist.js
functions.php

index 19721686ffb6451244cf703e903c28ad49df061c..927b6b8a4ce52aa71a6b058fa762b024fe9ceba5 100644 (file)
@@ -339,7 +339,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
                                                if (!$('FLL-' + feed)) {
                                                        var ll = document.createElement('img');
 
-                                                       ll.src = getInitParam("sign_progress");
+                                                       ll.src = getInitParam("sign_progress_tiny");
                                                        ll.className = 'hlLoading';
                                                        ll.id = 'FLL-' + feed;
        
index 656cadf7c7c41f22842fea0d552d99c1ff608301..f32ff8c982f656581f203566f6a08ae8c848bd58 100644 (file)
                print "<param key=\"sign_progress\" value=\"".
                        theme_image($link, "images/indicator_white.gif")."\"/>";
 
+               print "<param key=\"sign_progress_tiny\" value=\"".
+                       theme_image($link, "images/indicator_tiny.gif")."\"/>";
+
                print "<param key=\"sign_excl\" value=\"".
                        theme_image($link, "images/sign_excl.png")."\"/>";