summaryrefslogtreecommitdiff
path: root/plugins/note/note.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/note/note.js')
-rw-r--r--plugins/note/note.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/note/note.js b/plugins/note/note.js
index c1f317b52..836481c40 100644
--- a/plugins/note/note.js
+++ b/plugins/note/note.js
@@ -12,10 +12,10 @@ function editArticleNote(id) {
style: "width: 600px",
execute: function() {
if (this.validate()) {
- notify_progress("Saving article note...", true);
+ Notify.progress("Saving article note...", true);
xhrJson("backend.php", this.attr('value'), (reply) => {
- notify('');
+ Notify.close();
dialog.hide();
if (reply) {