summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 17:42:21 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 17:42:21 +0300
commit1d82bd4f19de40f0cf966545c372595caa2c8afe (patch)
treeabebe8390295aa0adf1195f3f9a09b361df4c07a /plugins
parent072c03fbac8213a378afda56578a28bca9382baa (diff)
further objectification
Diffstat (limited to 'plugins')
-rw-r--r--plugins/note/note.js2
1 files changed, 1 insertions, 1 deletions
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);