summaryrefslogtreecommitdiff
path: root/plugins/note
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 20:56:30 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 20:56:30 +0300
commit526389b2d380177490605037fdc3a24ebc688fac (patch)
tree65d79cebf0811e8927efeffac9f1e11b4552a63f /plugins/note
parent495248dd9783985750591c050d055ac4c2cf1712 (diff)
update notify_* calls to use Notify
Diffstat (limited to 'plugins/note')
-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) {