// fix autosize for textarea in options.tpl

This commit is contained in:
Jerome Nadaud
2013-09-16 18:28:57 +02:00
parent a4103265e5
commit 80b6d5a570
@@ -239,6 +239,11 @@
</div>
{/foreach}
<script type="text/javascript">
$(document).ready(function() {
$(".textarea-autosize").autosize();
});
</script>
</div>
{elseif $field['type'] == 'selectLang'}