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:
b1a5032
)
Changed default value
author
Marcel Werk
<burntime@woltlab.com>
Sat, 30 Mar 2013 13:51:12 +0000
(14:51 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Sat, 30 Mar 2013 13:51:12 +0000
(14:51 +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 106624b4322809d70efe40ffdcc83955152f06a8..a627f2e8f00d3c6d0c04bd098504b8152b12f483 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-4756,7
+4756,7
@@
WCF.Search.Base = Class.extend({
this._itemIndex = -1;
this._proxy = new WCF.Action.Proxy({
- showLoadingOverlay: (showLoadingOverlay
=== fals
e ? false : true),
+ showLoadingOverlay: (showLoadingOverlay
!== tru
e ? false : true),
success: $.proxy(this._success, this)
});