1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

headlines cache: force refresh when subop is present

This commit is contained in:
Andrew Dolgov
2007-11-21 13:29:41 +01:00
parent 52d7e7da48
commit 14fb4e91fc
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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 = "";