From: Alexander Ebert Date: Mon, 12 Nov 2012 22:39:51 +0000 (+0100) Subject: Disabled loading overlay for WCF.System.KeepAlive X-Git-Tag: 2.0.0_Beta_1~784 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=90b713acb70152831bbafb17f82f189db7563772;p=GitHub%2FWoltLab%2FWCF.git Disabled loading overlay for WCF.System.KeepAlive --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 7ae1d88ba5..8933e8c0ed 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -5213,7 +5213,8 @@ WCF.System.KeepAlive = Class.extend({ data: { actionName: 'keepAlive', className: 'wcf\\data\\session\\SessionAction' - } + }, + showLoadingOverlay: false }); }, (seconds * 1000)); }