Allow passing autocomplete type to contact_autocomplete
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
$("#poke-recip").contact_autocomplete(baseurl + '/acl', function(data) {
|
||||
$("#poke-recip").contact_autocomplete(baseurl + '/acl', 'a', function(data) {
|
||||
$("#poke-recip-complete").val(data.id);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user