+ last fix in the suggestion bug (with click)

This commit is contained in:
kelson42
2013-05-20 12:50:53 +02:00
parent ae44b87f82
commit d068ed9037
2 changed files with 43 additions and 43 deletions

View File

@ -7,7 +7,7 @@
cache: false,
select: function(event, ui) {
$( "#kiwixsearchform" ).attr('value', ui.item.value);
$( "#kiwixsearchform" ).val(ui.item.value);
$( "#kiwixsearchform" ).submit();
},