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