* FIXED: Buggy kiwix-serve suggestion click handling

This commit is contained in:
kelson42
2013-05-20 12:40:30 +02:00
parent 09a6877012
commit ae44b87f82
2 changed files with 43 additions and 39 deletions

View File

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