projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd932bc
)
Disabled loading overlay for WCF.System.KeepAlive
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 12 Nov 2012 22:39:51 +0000
(23:39 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 12 Nov 2012 22:39:51 +0000
(23:39 +0100)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 7ae1d88ba5972be88790991c85192e45bd3a4718..8933e8c0ed05f79af89c935fa59914d49d3a2634 100755
(executable)
--- 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));
}