diff --git a/feedlist.js b/feedlist.js index b7565c2ca..3ae69d74a 100644 --- a/feedlist.js +++ b/feedlist.js @@ -63,6 +63,7 @@ function viewNextFeedPage() { function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) { try { + if (is_cat == undefined) is_cat = false; if (offline_mode) return viewfeed_offline(feed, subop, is_cat, subop_param, skip_history, offset);