diff --git a/lib/shimmie.js b/lib/shimmie.js index 1814570b..f7731186 100644 --- a/lib/shimmie.js +++ b/lib/shimmie.js @@ -9,7 +9,7 @@ $(document).ready(function() { // Also use autocomplete in tag box? $('.autocomplete_tags').autocomplete(base_href + '/api/internal/tag_list/complete', { width: 320, - max: 15, + max: 10, highlight: false, multiple: true, multipleSeparator: ' ', @@ -17,8 +17,7 @@ $(document).ready(function() { scrollHeight: 300, selectFirst: false, queryParamName: 's', - delay: 150, - minChars: 1 + delay: 150 }); $("TABLE.sortable").tablesorter();