1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix view() being called twice on every headline click, experimental progress indicators for feedlist/headlines

This commit is contained in:
Andrew Dolgov
2009-10-07 14:22:44 +04:00
parent 449cba7c38
commit 6e35a862dd
5 changed files with 61 additions and 12 deletions
+11 -1
View File
@@ -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, {