summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
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);
}
}
}