+ last fix in the suggestion bug (with click)

This commit is contained in:
kelson42 2013-05-20 12:50:53 +02:00
parent 75d37ade43
commit 7c87d15c14

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();
},