+ new trial to fix the bug with the failing onclick on the kiwiwx-serve suggestion list

This commit is contained in:
kelson42
2013-05-21 11:09:35 +02:00
parent d068ed9037
commit d38bc834c5
18 changed files with 48164 additions and 21274 deletions

View File

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