This commit is contained in:
Dave Dash 2010-05-26 15:40:46 -07:00
Родитель 08998cfad9
Коммит 59774f5ba8
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -24,10 +24,7 @@ z.searchBox = function() {
var q = $('#query');
// Update the placeholder and trigger a change.
// Update the placeholder.
q.attr('placeholder', placeholder)
if (q.hasClass('placeholder')) {
q.val('').blur();
}
}).change();
};