Fixed suggestions
authorAlexander Ebert <ebert@woltlab.com>
Thu, 23 May 2013 13:25:58 +0000 (15:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 23 May 2013 13:25:58 +0000 (15:25 +0200)
wcfsetup/install/files/js/WCF.js

index 226b5a0241db410dd94ef88edb0b6bb6de0c7d5a..049195baee93189fd1f5c350f7d0dcde550ae6aa 100755 (executable)
@@ -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