mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:35:55 +00:00
further objectification
This commit is contained in:
@@ -19,7 +19,7 @@ function editArticleNote(id) {
|
||||
dialog.hide();
|
||||
|
||||
if (reply) {
|
||||
cache_delete("article:" + id);
|
||||
ArticleCache.del(id);
|
||||
|
||||
var elem = $("POSTNOTE-" + id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user