friendica/view/theme/smoothly/templates/bottom.tpl

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>