From 00310d2d23dd459c17b3f6e86a127de348b330f8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Feb 2021 06:58:50 +0300 Subject: cleanup some unused code, fix App.byId() invoked by wrong name --- plugins/note/note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/note/note.js') diff --git a/plugins/note/note.js b/plugins/note/note.js index bc6c48156..d2d9c2b01 100644 --- a/plugins/note/note.js +++ b/plugins/note/note.js @@ -13,7 +13,7 @@ Plugins.Note = { dialog.hide(); if (reply) { - const elem = $("POSTNOTE-" + id); + const elem = App.byId("POSTNOTE-" + id); if (elem) { elem.innerHTML = reply.note; -- cgit v1.2.3-54-g00ecf