mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:25:56 +00:00
always assign cat_view_mode on viewfeed
This commit is contained in:
@@ -43,9 +43,11 @@ function viewfeed(feed, skip, subop, doc, is_cat, subop_param) {
|
||||
parent.closeInfoBox(true);
|
||||
}
|
||||
|
||||
if (getActiveFeedId() != feed) {
|
||||
// if (getActiveFeedId() != feed) {
|
||||
cat_view_mode = is_cat;
|
||||
}
|
||||
// }
|
||||
|
||||
debug("CVMODE: " + cat_view_mode);
|
||||
|
||||
var fe = document.getElementById("FEEDR-" + getActiveFeedId());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user