summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/public/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 515ce58..ab83656 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -226,6 +226,7 @@ function setupTypeahead() {
menu: '<ul class="pkgsearch-typeahead"></ul>',
items: 10,
updater: function(item) {
+ $('#pkgsearch-field').val(item);
$('#pkgsearch-form').submit();
return item;
}