mirror of
https://github.com/friendica/friendica
synced 2024-11-18 05:43:42 +00:00
13 lines
442 B
Smarty
13 lines
442 B
Smarty
{{*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*}}
|
|
|
|
<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>
|