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