selectionToggleUnread: remove loading... prompt (other similar methods don't have it)
This commit is contained in:
parent
c700345c96
commit
f33cd597be
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue