mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:05:56 +00:00
headline caching fixes
This commit is contained in:
@@ -171,7 +171,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
|
||||
}
|
||||
}
|
||||
|
||||
f.innerHTML = cache_find("F:" + feed);
|
||||
f.innerHTML = cache_find_param("F:" + feed, unread_ctr);
|
||||
|
||||
var query = "backend.php?op=rpc&subop=getAllCounters";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user