1
0
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:
Andrew Dolgov
2006-08-01 13:19:34 +01:00
parent 4beda60a73
commit afc00eb54f

View File

@@ -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());