mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
cleanup some unused code, fix App.byId() invoked by wrong name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user