Changed default value
authorMarcel Werk <burntime@woltlab.com>
Sat, 30 Mar 2013 13:51:12 +0000 (14:51 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 30 Mar 2013 13:51:12 +0000 (14:51 +0100)
wcfsetup/install/files/js/WCF.js

index 106624b4322809d70efe40ffdcc83955152f06a8..a627f2e8f00d3c6d0c04bd098504b8152b12f483 100755 (executable)
@@ -4756,7 +4756,7 @@ WCF.Search.Base = Class.extend({
                this._itemIndex = -1;
                
                this._proxy = new WCF.Action.Proxy({
-                       showLoadingOverlay: (showLoadingOverlay === false ? false : true),
+                       showLoadingOverlay: (showLoadingOverlay !== true ? false : true),
                        success: $.proxy(this._success, this)
                });