friendica/view/theme/smoothly/templates/bottom.tpl
Hypolite Petovan 5fcdb5de00 Move duplicated insertFormatting function to main.js
- Add insertBBCodeInTextarea function
- Add BBCode url exception to insertBBCodeInTextarea
2019-10-11 19:59:28 -04:00

8 lines
232 B
Smarty

<script type="text/javascript" src="{{$baseurl}}/view/theme/smoothly/js/jquery.autogrow.textarea.js"></script>
<script type="text/javascript">
function tautogrow(id) {
$("textarea#comment-edit-text-" + id).autogrow();
}
</script>