summaryrefslogtreecommitdiff
path: root/plugins/note
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-08 09:32:14 +0300
committerAndrew Dolgov <[email protected]>2018-12-08 09:32:14 +0300
commitbd66a9ef28ddf25e014e852e5ee770868f619aaa (patch)
tree1e101b88ff13c1aaeaaa743a1c582a828327a90c /plugins/note
parent41e967136f6391ff6d7a7c20af47dc434d853099 (diff)
render article on the client using headlines data
Diffstat (limited to 'plugins/note')
-rw-r--r--plugins/note/note.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/note/note.js b/plugins/note/note.js
index 7ea76798c..0c811000d 100644
--- a/plugins/note/note.js
+++ b/plugins/note/note.js
@@ -18,8 +18,6 @@ Plugins.Note = {
dialog.hide();
if (reply) {
- ArticleCache.del(id);
-
const elem = $("POSTNOTE-" + id);
if (elem) {