summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 06:52:08 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 06:52:08 +0300
commitf33cd597be3f56b67eb23b42ae756b3c1397bf8a (patch)
treeee18aa14b5998051e49e98fb7c62c2dac1c15d40 /js
parentc700345c9679ffeb98ff05f24c119c327f7637d4 (diff)
selectionToggleUnread: remove loading... prompt (other similar methods don't have it)
Diffstat (limited to 'js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index e0caddc2a..891b6f409 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -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);