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:
+1
-1
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user