summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index 872709a10..272a6c15e 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -152,7 +152,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
var unread_ctr = document.getElementById("FEEDU-" + feed);
var cache_check = false;
- if (unread_ctr && !page_offset && !force_nocache) {
+ if (unread_ctr && !page_offset && !force_nocache && !subop) {
unread_ctr = unread_ctr.innerHTML;
var cache_prefix = "";