]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/msg-header.tpl
Merge pull request #3154 from rabuzarus/20170208_-_frio_fix_form_group_search_buttons
[friendica.git] / view / theme / frio / templates / msg-header.tpl
1
2 <script language="javascript" type="text/javascript">
3         $("#comment-edit-text-input").editor_autocomplete(baseurl+"/acl");
4 </script>
5
6 <script>
7         $(document).ready(function() {
8                 $("#comment-edit-text-input").bbco_autocomplete('bbcode');
9                 $('#mail-conversation').perfectScrollbar();
10                 $('#message-preview').perfectScrollbar();
11                 $('#mail-conversation').scrollTop($('#mail-conversation')[0].scrollHeight);
12         });
13 </script>
14