summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 01:31:20 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 01:31:20 +0300
commitcd1bb36d5bd2d86c06770598df19317348a05ed0 (patch)
tree31021e954823ae1e2660939bb406659acf319203 /feedlist.js
parented7f0ecd3722f7db259033c4aa676469bdbd37f5 (diff)
startup speed improvements
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 9fb9c9efb..bd1c85722 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -29,6 +29,7 @@ function viewNextFeedPage() {
function viewfeed(feed, subop, is_cat, offset) {
try {
if (is_cat == undefined) is_cat = false;
+ if (subop == undefined) subop = '';
// if (!offset) page_offset = 0;
@@ -208,6 +209,8 @@ function feedlist_init() {
hideOrShowFeeds(getInitParam("hide_read_feeds") == 1);
+ setTimeout("timeout()", 5000);
+
} catch (e) {
exception_error("feedlist/init", e);
}