From f33cd597be3f56b67eb23b42ae756b3c1397bf8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Dec 2018 06:52:08 +0300 Subject: selectionToggleUnread: remove loading... prompt (other similar methods don't have it) --- js/Headlines.js | 2 -- 1 file changed, 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); -- cgit v1.2.3