]> git.mxchange.org Git - friendica.git/blob - poke_head.tpl
7de98d22120192bf88d16252eb1b2ccf8dbe1724
[friendica.git] / 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>