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
1 changed files with 0 additions and 2 deletions

View File

@ -438,8 +438,6 @@ define(["dojo/_base/declare"], function (declare) {
cmode: cmode, ids: ids.toString()
};
Notify.progress("Loading, please wait...");
xhrPost("backend.php", query, (transport) => {
App.handleRpcJson(transport);
if (callback) callback(transport);