1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:05:56 +00:00

render article on the client using headlines data

This commit is contained in:
Andrew Dolgov
2018-12-08 09:32:14 +03:00
parent 41e967136f
commit bd66a9ef28
8 changed files with 135 additions and 156 deletions

View File

@@ -18,8 +18,6 @@ Plugins.Note = {
dialog.hide();
if (reply) {
ArticleCache.del(id);
const elem = $("POSTNOTE-" + id);
if (elem) {