1
0
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:
Andrew Dolgov
2018-12-06 06:52:08 +03:00
parent c700345c96
commit f33cd597be

View File

@@ -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);