turn off auto-select-first-item in autocomplete, apparently power users find it annoying? o.o

This commit is contained in:
Shish 2015-04-18 10:30:51 +01:00
parent 97a0aa7e4c
commit 926e3ff5c0

View File

@ -16,7 +16,7 @@ $(document).ready(function() {
useCache: true,
maxCacheLength: 10,
matchInside: false,
selectFirst: true,
selectFirst: false,
selectOnly: false,
preventDefaultReturn: 1,
preventDefaultTab: 1,