]> git.wh0rd.org - tt-rss.git/blobdiff - viewfeed.js
editTagsSave: invalidate article cache
[tt-rss.git] / viewfeed.js
index b4a9228f757e9b332deb822ce8229fbce95ff8b6..0ec443c6f678e09556735ca230738866bd8a11b0 100644 (file)
@@ -1500,6 +1500,8 @@ function editTagsSave() {
                                                                if (tags) {
                                                                        tags.innerHTML = tags_str.firstChild.nodeValue;
                                                                }
+
+                                                               cache_invalidate(id);
                                                        }
                                                }
                                        }