2024-08-24 20:23:27 +02:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2014-09-06 00:14:25 +02:00
|
|
|
|
2020-01-31 19:42:02 -05:00
|
|
|
<script type="text/javascript" src="{{$baseurl}}/view/theme/smoothly/js/jquery.autogrow.textarea.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
|
2013-04-23 07:47:57 -04:00
|
|
|
<script type="text/javascript">
|
|
|
|
function tautogrow(id) {
|
2017-01-08 01:49:13 +11:00
|
|
|
$("textarea#comment-edit-text-" + id).autogrow();
|
2013-04-23 07:47:57 -04:00
|
|
|
}
|
|
|
|
</script>
|