summaryrefslogtreecommitdiff
path: root/plugins/note
diff options
context:
space:
mode:
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 d2d9c2b01..36bc426cd 100644
--- a/plugins/note/note.js
+++ b/plugins/note/note.js
@@ -8,7 +8,7 @@ Plugins.Note = {
if (this.validate()) {
Notify.progress("Saving article note...", true);
- xhrJson("backend.php", this.attr('value'), (reply) => {
+ xhr.json("backend.php", this.attr('value'), (reply) => {
Notify.close();
dialog.hide();