From 39a038cdaa1f3c2104690885bd6b404cb48e0bcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Magnus=20K=C3=BChn?= Date: Sun, 10 Feb 2013 19:27:51 +0100 Subject: [PATCH] Dropped WCF.Action.Proxy._activeRequests --- wcfsetup/install/files/js/WCF.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 30139f5b9c..2fa5f64f23 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1403,12 +1403,6 @@ WCF.Action = {}; * @param object options */ WCF.Action.Proxy = Class.extend({ - /** - * count of active requests - * @var integer - */ - _activeRequests: 0, - /** * suppresses errors * @var boolean @@ -1471,8 +1465,6 @@ WCF.Action.Proxy = Class.extend({ this.options.init(this); } - this._activeRequests++; - if (this.options.showLoadingOverlay) { WCF.LoadingOverlayHandler.show(); } @@ -1546,8 +1538,6 @@ WCF.Action.Proxy = Class.extend({ WCF.LoadingOverlayHandler.hide(); } - this._activeRequests--; - // disable DOMNodeInserted event WCF.DOMNodeInsertedHandler.disable(); }, -- 2.20.1