Make mail use textcomplete
This commit is contained in:
@@ -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