diff options
Diffstat (limited to 'admin/template/goto/element_set_unit.tpl')
-rw-r--r-- | admin/template/goto/element_set_unit.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl index 40e1c1863..4361efff2 100644 --- a/admin/template/goto/element_set_unit.tpl +++ b/admin/template/goto/element_set_unit.tpl @@ -1,4 +1,13 @@ {* $Id$ *} +{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"} + +<script type="text/javascript"> + jQuery().ready(function(){ldelim} + jQuery("textarea").growfield({ldelim} + animate: false + }); + }); +</script> <h2>{'Batch management'|@translate}</h2> |