]> git.mxchange.org Git - friendica.git/blob - view/templates/profile/unkmail-header.tpl
Merge pull request #13795 from annando/copyright
[friendica.git] / view / templates / profile / unkmail-header.tpl
1 <script language="javascript" type="text/javascript">
2         $("#id_body").editor_autocomplete(baseurl + '/search/acl');
3 </script>
4 <script>
5         function jotGetLink() {
6                 reply = prompt("{{$linkurl}}");
7                 if (reply && reply.length) {
8                         $('#profile-rotator').show();
9                         $.get('parseurl?url=' + reply, function (data) {
10                                 addeditortext(data);
11                                 $('#profile-rotator').hide();
12                         });
13                 }
14         }
15 </script>