mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 22:49:16 +00:00
invalidate local cache when view mode/limit is changed
This commit is contained in:
@@ -1508,6 +1508,10 @@ function cache_expire() {
|
||||
}
|
||||
}
|
||||
|
||||
function cache_empty() {
|
||||
article_cache = new Array();
|
||||
}
|
||||
|
||||
function cache_invalidate(id) {
|
||||
var i = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user