From ba5698285b73785d9faaad76486b5cffc1c7a83d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jan 2010 23:23:25 +0300 Subject: display proper loading indicator for categories --- feedlist.js | 2 +- functions.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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; diff --git a/functions.php b/functions.php index 656cadf7c..f32ff8c98 100644 --- a/functions.php +++ b/functions.php @@ -3140,6 +3140,9 @@ print ""; + print ""; + print ""; -- cgit v1.2.3