changed the way the limit search home page feature works so that it will support i18n
This commit is contained in:
parent
b1014d1b2b
commit
f267df494d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue