summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-23 13:03:36 +0300
committerAndrew Dolgov <[email protected]>2010-11-23 13:03:36 +0300
commit8cd576a12ad94175fc511bab83191d92f83aa0b0 (patch)
tree94be8f37bf8c0da37012dbdd6f80a492796a2897 /feedlist.js
parent4a529b592a35a31362063b0d80ebb41b6c36657a (diff)
better feedlist reloading on subscribed feeds count change
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/feedlist.js b/feedlist.js
index a39748f1c..9270ea4bf 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -343,17 +343,6 @@ function parse_counters(reply, scheduled_call) {
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
- var feeds_stored = number_of_feeds;
-
- if (feeds_stored != feeds_found) {
- number_of_feeds = feeds_found;
-
- if (feeds_stored != 0 && feeds_found != 0) {
- console.log("Subscribed feed number changed, refreshing feedlist");
- setTimeout('updateFeedList()', 50);
- }
- }
-
} catch (e) {
exception_error("parse_counters", e);
}