]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/msg-header.tpl
Remove uses of HTML escaping in Smarty templates
[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                 var $el = $('#mail-conversation');
11                 if ($el.length) {
12                         $el.scrollTop($el.get(0).scrollHeight);
13                 }
14         });
15 </script>