diff options
author | friendica <info@friendica.com> | 2012-06-05 20:49:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-05 20:49:56 -0700 |
commit | 6c3ab225f72a01a67fab0d896a7ad20f77f7f2b2 (patch) | |
tree | 69d23ee01f73b3eae42cb9977236612e4e02725c /mod/message.php | |
parent | 6f415946348a4e88830b81aeba5afba5385b8a1e (diff) | |
download | volse-hubzilla-6c3ab225f72a01a67fab0d896a7ad20f77f7f2b2.tar.gz volse-hubzilla-6c3ab225f72a01a67fab0d896a7ad20f77f7f2b2.tar.bz2 volse-hubzilla-6c3ab225f72a01a67fab0d896a7ad20f77f7f2b2.zip |
set minchars to 2 for PM lookups too
Diffstat (limited to 'mod/message.php')
-rw-r--r-- | mod/message.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/message.php b/mod/message.php index fb2241985..d5bb3dfe4 100644 --- a/mod/message.php +++ b/mod/message.php @@ -25,6 +25,7 @@ function message_init(&$a) { var a; a = $("#recip").autocomplete({ serviceUrl: '$base/acl', + minChars: 2, width: 350, onSelect: function(value,data) { $("#recip-complete").val(data); |