1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

update notify_* calls to use Notify

This commit is contained in:
Andrew Dolgov
2018-12-02 20:56:30 +03:00
parent 495248dd97
commit 526389b2d3
28 changed files with 134 additions and 146 deletions
+2 -2
View File
@@ -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);