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