]> git.mxchange.org Git - friendica.git/blob - view/theme/smoothly/templates/bottom.tpl
Merge pull request #11018 from annando/api-status
[friendica.git] / view / theme / smoothly / templates / bottom.tpl
1
2 <script type="text/javascript" src="{{$baseurl}}/view/theme/smoothly/js/jquery.autogrow.textarea.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
3 <script type="text/javascript">
4 function tautogrow(id) {
5         $("textarea#comment-edit-text-" + id).autogrow();
6 }
7 </script>