set minchars to 2 for PM lookups too

This commit is contained in:
friendica 2012-06-05 20:49:56 -07:00
parent 6f41594634
commit 6c3ab225f7
1 changed files with 1 additions and 0 deletions

View File

@ -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);