]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/msg-header.tpl
fix some HTML violations in frio
[friendica.git] / view / theme / frio / templates / msg-header.tpl
1
2 <script type="text/javascript">
3         $("#comment-edit-text-input").editor_autocomplete(baseurl+"/acl");
4
5         $(document).ready(function() {
6                 $("#comment-edit-text-input").bbco_autocomplete('bbcode');
7                 $('#mail-conversation').perfectScrollbar();
8                 $('#message-preview').perfectScrollbar();
9                 // Scroll to the bottom of the mail conversation.
10                 $('#mail-conversation').scrollTop($('#mail-conversation')[0].scrollHeight);
11         });
12 </script>