Disabled loading overlay for WCF.System.KeepAlive
authorAlexander Ebert <ebert@woltlab.com>
Mon, 12 Nov 2012 22:39:51 +0000 (23:39 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 12 Nov 2012 22:39:51 +0000 (23:39 +0100)
wcfsetup/install/files/js/WCF.js

index 7ae1d88ba5972be88790991c85192e45bd3a4718..8933e8c0ed05f79af89c935fa59914d49d3a2634 100755 (executable)
@@ -5213,7 +5213,8 @@ WCF.System.KeepAlive = Class.extend({
                                data: {
                                        actionName: 'keepAlive',
                                        className: 'wcf\\data\\session\\SessionAction'
-                               }
+                               },
+                               showLoadingOverlay: false
                        });
                }, (seconds * 1000));
        }