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/Headlines.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/Headlines.js') diff --git a/js/Headlines.js b/js/Headlines.js index d5f680f85..68dda8d3e 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -381,7 +381,7 @@ define(["dojo/_base/declare"], function (declare) { // unpack visible articles, fill buffer more, etc this.scrollHandler(); - notify(""); + Notify.close(); }, reverse: function() { const toolbar = document.forms["main_toolbar_form"]; @@ -435,7 +435,7 @@ define(["dojo/_base/declare"], function (declare) { cmode: cmode, ids: ids.toString() }; - notify_progress("Loading, please wait..."); + Notify.progress("Loading, please wait..."); xhrPost("backend.php", query, (transport) => { Utils.handleRpcJson(transport); -- cgit v1.2.3