1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:45:57 +00:00

assorted fixes, support for n/p shortcuts in CDM (refs #191)

This commit is contained in:
Andrew Dolgov
2008-02-19 15:49:36 +01:00
parent 1681df970b
commit b8e6acea95
3 changed files with 224 additions and 34 deletions

View File

@@ -36,6 +36,10 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
// if (!offset) page_offset = 0;
if (feed == getActiveFeedId()) {
cache_invalidate("F:" + feed);
}
var force_nocache = false;
var page_offset = 0;