mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 22:39:38 +00:00
viewfeed: properly define is_cat when necessary
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user