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:
@@ -1500,6 +1500,8 @@ function editTagsSave() {
|
||||
if (tags) {
|
||||
tags.innerHTML = tags_str.firstChild.nodeValue;
|
||||
}
|
||||
|
||||
cache_invalidate(id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user