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:
4b3ce77
)
Fixed suggestions
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 23 May 2013 13:25:58 +0000
(15:25 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 23 May 2013 13:25:58 +0000
(15:25 +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 226b5a0241db410dd94ef88edb0b6bb6de0c7d5a..049195baee93189fd1f5c350f7d0dcde550ae6aa 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-5364,7
+5364,7
@@
WCF.Search.Base = Class.extend({
var $part = this._oldSearchString[$i];
if ($result.toLowerCase().indexOf($part.toLowerCase()) === 0) {
this._oldSearchString[$i] = $result;
- this._searchInput.
attr('value',
this._oldSearchString.join(', '));
+ this._searchInput.
val(
this._oldSearchString.join(', '));
if ($.browser.webkit) {
// chrome won't display the new value until the textarea is rendered again