Make mail use textcomplete
This commit is contained in:
parent
0cf016b0b0
commit
e025fd9de2
@ -1,13 +1,6 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var a;
|
$("#recip").contact_autocomplete(baseurl + '/acl', function(data) {
|
||||||
a = $("#recip").autocomplete({
|
$("#recip-complete").val(data.xid);
|
||||||
serviceUrl: baseurl + '/acl',
|
|
||||||
minChars: 2,
|
|
||||||
width: 250,
|
|
||||||
id: 'recip-ac',
|
|
||||||
onSelect: function(value,data) {
|
|
||||||
$("#recip-complete").val(data);
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user