13 lines
430 B
Smarty
13 lines
430 B
Smarty
|
|
<script type="text/javascript">
|
|
$("#comment-edit-text-input").editor_autocomplete(baseurl+"/acl");
|
|
|
|
$(document).ready(function() {
|
|
$("#comment-edit-text-input").bbco_autocomplete('bbcode');
|
|
$('#mail-conversation').perfectScrollbar();
|
|
$('#message-preview').perfectScrollbar();
|
|
// Scroll to the bottom of the mail conversation.
|
|
$('#mail-conversation').scrollTop($('#mail-conversation')[0].scrollHeight);
|
|
});
|
|
</script>
|