mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
* FIXED: Buggy kiwix-serve suggestion click handling
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
cache: false,
|
||||
|
||||
select: function(event, ui) {
|
||||
$( "#kiwixsearchform" ).attr('value', ui.item.value);
|
||||
$( "#kiwixsearchform" ).submit();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user