2015-10-24 13:51:58 -04:00
|
|
|
|
2016-01-22 11:47:48 -05:00
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
2019-10-03 22:40:42 -04:00
|
|
|
$("#poke-recip").name_autocomplete(baseurl + '/search/acl', 'a', true, function(data) {
|
2016-01-22 11:47:48 -05:00
|
|
|
$("#poke-recip-complete").val(data.id);
|
2015-10-24 13:51:58 -04:00
|
|
|
});
|
|
|
|
});
|
2016-01-22 11:47:48 -05:00
|
|
|
</script>
|