From 526389b2d380177490605037fdc3a24ebc688fac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Dec 2018 20:56:30 +0300 Subject: update notify_* calls to use Notify --- plugins/note/note.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/note/note.js') 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) { -- cgit v1.2.3-54-g00ecf