always assign cat_view_mode on viewfeed
This commit is contained in:
parent
4beda60a73
commit
afc00eb54f
1 changed files with 4 additions and 2 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue