summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 23:23:25 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 23:23:25 +0300
commitba5698285b73785d9faaad76486b5cffc1c7a83d (patch)
tree6320b78e724bf5f2f06f66f505d8b9dcc56b8a97 /feedlist.js
parent883fee8df09668f268fc95a724fa01e77f02fbd4 (diff)
display proper loading indicator for categories
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 19721686f..927b6b8a4 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -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;