mirror of
https://github.com/friendica/friendica
synced 2024-11-11 17:02:57 +00:00
7 lines
270 B
Smarty
7 lines
270 B
Smarty
|
|
<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>
|