diff options
author | friendica <info@friendica.com> | 2012-06-05 20:47:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-05 20:47:26 -0700 |
commit | 6f415946348a4e88830b81aeba5afba5385b8a1e (patch) | |
tree | 5223b7fee92fd8939b7329b46766107897fe0d4d /mod | |
parent | 49732114d71a5bdb57c19f2f938284fb6ac2edf9 (diff) | |
download | volse-hubzilla-6f415946348a4e88830b81aeba5afba5385b8a1e.tar.gz volse-hubzilla-6f415946348a4e88830b81aeba5afba5385b8a1e.tar.bz2 volse-hubzilla-6f415946348a4e88830b81aeba5afba5385b8a1e.zip |
set minchars to 2 for contacts search
Diffstat (limited to 'mod')
-rw-r--r-- | mod/contacts.php | 1 |
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' }}); |