From: Andrew Dolgov Date: Thu, 14 Jan 2010 20:23:25 +0000 (+0300) Subject: display proper loading indicator for categories X-Git-Tag: 1.4.0~34 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ba5698285b73785d9faaad76486b5cffc1c7a83d;p=tt-rss.git display proper loading indicator for categories --- diff --git a/feedlist.js b/feedlist.js index 19721686..927b6b8a 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 656cadf7..f32ff8c9 100644 --- a/functions.php +++ b/functions.php @@ -3140,6 +3140,9 @@ print ""; + print ""; + print "";