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 --- js/Article.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/Article.js') diff --git a/js/Article.js b/js/Article.js index 7e5241fa5..b48d82489 100644 --- a/js/Article.js +++ b/js/Article.js @@ -165,7 +165,7 @@ define(["dojo/_base/declare"], function (declare) { //const unread_in_buffer = $$("#headlines-frame > div[id*=RROW][class*=Unread]").length; //request_counters(unread_in_buffer == 0); - notify(""); + Notify.close(); } catch (e) { exception_error(e); @@ -187,11 +187,11 @@ define(["dojo/_base/declare"], function (declare) { style: "width: 600px", execute: function () { if (this.validate()) { - notify_progress("Saving article tags...", true); + Notify.progress("Saving article tags...", true); xhrPost("backend.php", this.attr('value'), (transport) => { try { - notify(''); + Notify.close(); dialog.hide(); const data = JSON.parse(transport.responseText); -- cgit v1.2.3