From 1d82bd4f19de40f0cf966545c372595caa2c8afe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 1 Dec 2018 17:42:21 +0300 Subject: further objectification --- plugins/note/note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/note/note.js') diff --git a/plugins/note/note.js b/plugins/note/note.js index bf69a680e..ea0094078 100644 --- a/plugins/note/note.js +++ b/plugins/note/note.js @@ -19,7 +19,7 @@ function editArticleNote(id) { dialog.hide(); if (reply) { - cache_delete("article:" + id); + ArticleCache.del(id); var elem = $("POSTNOTE-" + id); -- cgit v1.2.3