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