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:
bf9599b
)
Increased delay for search suggestion clearing
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 27 Jun 2013 17:47:55 +0000
(19:47 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 27 Jun 2013 17:47:55 +0000
(19:47 +0200)
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 6dcd97b64e39b7f61cf91694dfc40d24446914b5..e40cbc54e172a64ebfbf6a56690894b392c84492 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-5294,7
+5294,7
@@
WCF.Search.Base = Class.extend({
}
pe.stop();
- },
10
0);
+ },
25
0);
},
/**