diff options
Diffstat (limited to 'admin/template/goto/footer.tpl')
-rw-r--r-- | admin/template/goto/footer.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/template/goto/footer.tpl b/admin/template/goto/footer.tpl index 29691b701..c8130090e 100644 --- a/admin/template/goto/footer.tpl +++ b/admin/template/goto/footer.tpl @@ -41,7 +41,9 @@ <script type="text/javascript"> jQuery().ready(function(){ // Auto size for all text area - jQuery("TEXTAREA").growfield(); + jQuery("TEXTAREA").growfield({ + animate: false + }); }); </script> {/literal} |