diff options
author | rub <rub@piwigo.org> | 2008-09-27 00:07:06 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-09-27 00:07:06 +0000 |
commit | 4e444f1e89a9501ffebaf93dc85e5b9ce7df0a0a (patch) | |
tree | 15c7fbd26874f0e115b6f3db947ec6fd084fa9e6 /admin/template/goto/footer.tpl | |
parent | 9698c80fcff3ca34de0b7bacaaeaec245e264d98 (diff) |
Change growfield directory.
Use of packed file.
Add growfield option (animate false)
git-svn-id: http://piwigo.org/svn/trunk@2606 68402e56-0260-453c-a942-63ccdbb3a9ee
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} |