Removes wrong class
authorLuzifr <szekely@woltlab.com>
Fri, 13 Jan 2012 15:25:47 +0000 (16:25 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 13 Jan 2012 15:25:47 +0000 (16:25 +0100)
wcfsetup/install/files/js/WCF.js

index 8046dbbad569d7aa30112183f31637d817b1b6f3..b3227b4b0e169200c69d0efc20b118ac885dc85e 100644 (file)
@@ -3132,7 +3132,7 @@ WCF.Search.Base = Class.extend({
                        this._excludedSearchValues = excludedSearchValues;
                }
                this._searchInput = $(searchInput).keyup($.proxy(this._keyUp, this));
-               this._searchInput.wrap('<div class="preInput" />');
+               this._searchInput.wrap('<span />');
                this._list = $('<ul class="dropdown" />').insertAfter(this._searchInput);
                
                this._proxy = new WCF.Action.Proxy({