]> git.mxchange.org Git - friendica.git/blob - view/templates/poke_head.tpl
One more notice (#5429)
[friendica.git] / view / templates / poke_head.tpl
1
2 <script>
3 $(document).ready(function() {
4         $("#poke-recip").name_autocomplete(baseurl + '/acl', 'a', true, function(data) {
5                 $("#poke-recip-complete").val(data.id);
6         });
7 });
8 </script>