summaryrefslogtreecommitdiff
path: root/plugins/note
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 06:58:50 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 06:58:50 +0300
commit00310d2d23dd459c17b3f6e86a127de348b330f8 (patch)
treeac51a588829724bc66c982f44eb23e8c6ac7f8ef /plugins/note
parentdcfea9baacc41984f683342e6a3e4949243b7324 (diff)
cleanup some unused code, fix App.byId() invoked by wrong name
Diffstat (limited to 'plugins/note')
-rw-r--r--plugins/note/note.js2
1 files changed, 1 insertions, 1 deletions
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;