streams/view/js/mod_poke.js

6 lines
170 B
JavaScript
Raw Normal View History

$(document).ready(function() {
$("#poke-recip").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) {
2015-01-07 19:03:05 +00:00
$("#poke-recip-complete").val(data.id);
});
});