From bd66a9ef28ddf25e014e852e5ee770868f619aaa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 8 Dec 2018 09:32:14 +0300 Subject: render article on the client using headlines data --- plugins/note/note.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/note') 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) { -- cgit v1.2.3