mirror of
https://github.com/friendica/friendica
synced 2024-11-11 20:01:35 +01:00
9 lines
184 B
Smarty
9 lines
184 B
Smarty
|
|
<script>
|
|
$(document).ready(function() {
|
|
$("#poke-recip").name_autocomplete(baseurl + '/acl', 'a', true, function(data) {
|
|
$("#poke-recip-complete").val(data.id);
|
|
});
|
|
});
|
|
</script>
|