summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 2eef820e8..79dbe0037 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -1508,6 +1508,10 @@ function cache_expire() {
}
}
+function cache_empty() {
+ article_cache = new Array();
+}
+
function cache_invalidate(id) {
var i = 0