summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-12 17:41:32 +0300
committerAndrew Dolgov <[email protected]>2010-11-12 17:41:32 +0300
commit4169bb67e826671868b29b72ab4eb573517d062a (patch)
tree6975a25c3aa1824596634e6ae0aac7d847f3646d /feedlist.js
parent817dcf1bf81d6a6e62c22b169625066fa1fa9db1 (diff)
misc code cleanup
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/feedlist.js b/feedlist.js
index b1608ec18..1136972d7 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -55,8 +55,7 @@ function viewNextFeedPage() {
console.log("viewNextFeedPage: calling viewfeed(), p: " + parseInt(_feed_cur_page+1));
- viewfeed(getActiveFeedId(), undefined, activeFeedIsCat(), undefined,
- undefined, parseInt(_feed_cur_page+1));
+ viewfeed(getActiveFeedId(), '', activeFeedIsCat(), parseInt(_feed_cur_page+1));
} catch (e) {
exception_error("viewNextFeedPage", e);
@@ -64,12 +63,11 @@ function viewNextFeedPage() {
}
-function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
+function viewfeed(feed, subop, is_cat, offset) {
try {
if (is_cat == undefined) is_cat = false;
- if (offline_mode) return viewfeed_offline(feed, subop, is_cat, subop_param,
- skip_history, offset);
+ if (offline_mode) return viewfeed_offline(feed, subop, is_cat, offset);
// if (!offset) page_offset = 0;