1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 18:15:58 +00:00

editTagsSave: invalidate article cache

This commit is contained in:
Andrew Dolgov
2010-01-18 13:55:28 +03:00
parent fde715c1f2
commit bd3f2ade87
3 changed files with 28 additions and 8 deletions

View File

@@ -1500,6 +1500,8 @@ function editTagsSave() {
if (tags) {
tags.innerHTML = tags_str.firstChild.nodeValue;
}
cache_invalidate(id);
}
}
}