changed the way the limit search home page feature works so that it will support i18n

This commit is contained in:
tworrall 2013-06-12 15:25:36 -04:00
parent b1014d1b2b
commit f267df494d

View file

@ -86,8 +86,9 @@ $(document).ready(function(){
//When focus, hide filter select list and change filter button state to default //When focus, hide filter select list and change filter button state to default
$('input.search-homepage').focus(function(){ $('input.search-homepage').focus(function(){
$('input.search-homepage').attr("value","");
$('input.search-homepage').css({ $('input.search-homepage').css({
'background' : 'none', 'text-align' : 'left',
'opacity' : 1 'opacity' : 1
}); });