summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js12
1 files changed, 11 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 05109ad23..37c80001a 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -315,7 +315,17 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
} else {
if (!page_offset) {
- notify_progress("Loading, please wait...", true);
+ var feedr = $('FEEDR-' + feed);
+
+ if (feedr) {
+ var ll = document.createElement('img');
+
+ ll.src = 'images/indicator_tiny.gif';
+ ll.className = 'hlLoading';
+ ll.id = 'FLL-' + feed;
+
+ feedr.appendChild(ll);
+ }
}
new Ajax.Request(query, {