1
0
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:
Andrew Dolgov
2007-11-21 10:05:04 +01:00
parent 01b1c32d33
commit 5d17ead9b2
4 changed files with 12 additions and 7 deletions

View File

@@ -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";