mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
selectionToggleUnread: remove loading... prompt (other similar methods don't have it)
This commit is contained in:
@@ -438,8 +438,6 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
cmode: cmode, ids: ids.toString()
|
cmode: cmode, ids: ids.toString()
|
||||||
};
|
};
|
||||||
|
|
||||||
Notify.progress("Loading, please wait...");
|
|
||||||
|
|
||||||
xhrPost("backend.php", query, (transport) => {
|
xhrPost("backend.php", query, (transport) => {
|
||||||
App.handleRpcJson(transport);
|
App.handleRpcJson(transport);
|
||||||
if (callback) callback(transport);
|
if (callback) callback(transport);
|
||||||
|
|||||||
Reference in New Issue
Block a user