This commit is contained in:
Dave Dash 2010-05-13 12:24:14 -07:00
Родитель 64974f6c70
Коммит 18bd14c4d4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2,7 +2,7 @@
z.searchBox = function() {
if (!$('#search-form').length) return; // no search box
var q = $('#query');
var q = $('#query');
/* Sync the placeholder text with the category. */
$('#cat').change(function(){