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

8 lines
232 B
Smarty
Raw Normal View History

2013-04-23 13:47:57 +02:00
<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();
2013-04-23 13:47:57 +02:00
}
</script>