summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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;