Change type of catalog_search box from 'search' to 'text' for css reasons
This commit is contained in:
parent
ca5081533a
commit
ba7b5edcdf
@ -16,7 +16,7 @@ var catalogSearch = function() {
|
|||||||
var $controls = $('.controls'),
|
var $controls = $('.controls'),
|
||||||
$threads = $('.threads .thread'),
|
$threads = $('.threads .thread'),
|
||||||
$searchLabel = $('<label for="catalog_search">Search: </label>'),
|
$searchLabel = $('<label for="catalog_search">Search: </label>'),
|
||||||
$searchBox = $('<input id="catalog_search" type="search" placeholder="Search" />');
|
$searchBox = $('<input id="catalog_search" type="text" placeholder="Search" />');
|
||||||
|
|
||||||
$controls.append($searchLabel)
|
$controls.append($searchLabel)
|
||||||
.append($searchBox);
|
.append($searchBox);
|
||||||
|
Loading…
Reference in New Issue
Block a user