set minchars to 2 for PM lookups too
This commit is contained in:
parent
6f41594634
commit
6c3ab225f7
|
@ -25,6 +25,7 @@ function message_init(&$a) {
|
||||||
var a;
|
var a;
|
||||||
a = $("#recip").autocomplete({
|
a = $("#recip").autocomplete({
|
||||||
serviceUrl: '$base/acl',
|
serviceUrl: '$base/acl',
|
||||||
|
minChars: 2,
|
||||||
width: 350,
|
width: 350,
|
||||||
onSelect: function(value,data) {
|
onSelect: function(value,data) {
|
||||||
$("#recip-complete").val(data);
|
$("#recip-complete").val(data);
|
||||||
|
|
Loading…
Reference in a new issue