summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-18 13:55:28 +0300
committerAndrew Dolgov <[email protected]>2010-01-18 13:55:28 +0300
commitbd3f2ade87d63b5340bf3be26f33c6f74ac35f8c (patch)
treebb4f0161fd29d48da095cf76d8621c4cfeae4761 /viewfeed.js
parentfde715c1f21fbbe651b7068c3a066be8375ee5fd (diff)
editTagsSave: invalidate article cache
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index b4a9228f7..0ec443c6f 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -1500,6 +1500,8 @@ function editTagsSave() {
if (tags) {
tags.innerHTML = tags_str.firstChild.nodeValue;
}
+
+ cache_invalidate(id);
}
}
}