aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/contacts.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index f5125a7fe..a3e3f409b 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -52,6 +52,7 @@ function contacts_init(&$a) {
var a;
a = $("#contacts-search").autocomplete({
serviceUrl: '$base/acl',
+ minChars: 2,
width: 350,
});
a.setOptions({ params: { type: 'a' }});