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:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user