Merge pull request #1 from mikeymckay/master

Switch from type text to search
This commit is contained in:
Kyo Nagashima 2012-05-07 17:06:34 -07:00
commit d3fdc57868

View file

@ -33,7 +33,7 @@
}).append(o.labelText);
input = $("<input/>").attr({
id: id,
type: "text",
type: "search",
size: o.size
});
$("<p/>").addClass("formTableFilter").append(label).append(input).insertBefore(this);