summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-04 19:11:54 +0300
committerAndrew Dolgov <[email protected]>2010-11-04 19:11:54 +0300
commitfe1087fbb72959a2da5c71ef405e96c84c94381e (patch)
tree0baa4d5445ee65a483a796e17ee8c6db839b547c /feedlist.js
parent85a922895f2865a658f98a7d0e795aec05da3d06 (diff)
implement a simple pseudo-dashboard feed; display feeds having update errors there instead of client-based 'no feed selected' whiteBox plug (closes #189)
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 3d9acafd1..ddbcd6c0e 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -429,6 +429,7 @@ function feedlist_init() {
notify_silent_next();
setTimeout("viewfeed(-3)", 100);
} else {
+ setTimeout("viewfeed(-5)", 100);
remove_splash();
}
}