1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

further objectification

This commit is contained in:
Andrew Dolgov
2018-12-01 17:42:21 +03:00
parent 072c03fbac
commit 1d82bd4f19
5 changed files with 367 additions and 387 deletions

View File

@@ -19,7 +19,7 @@ function editArticleNote(id) {
dialog.hide();
if (reply) {
cache_delete("article:" + id);
ArticleCache.del(id);
var elem = $("POSTNOTE-" + id);