diff options
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/cat_modify.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl index eb3d67765..de7e9d6a9 100644 --- a/admin/template/goto/cat_modify.tpl +++ b/admin/template/goto/cat_modify.tpl @@ -1,4 +1,14 @@ {* $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> + <div class="titrePage"> <h2>{'title_edit_cat'|@translate}</h2> </div> |