diff options
Diffstat (limited to 'admin/template/goto/footer.tpl')
-rw-r--r-- | admin/template/goto/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/footer.tpl b/admin/template/goto/footer.tpl index dbfca19e5..8e62319ed 100644 --- a/admin/template/goto/footer.tpl +++ b/admin/template/goto/footer.tpl @@ -41,7 +41,7 @@ <script type="text/javascript"> // All admin textarea are resizable jQuery().ready(function(){ - jQuery("TEXTAREA").resizable({ + jQuery("TEXTAREA, .categoryList").resizable({ handles: "all", animate: true, animateDuration: "slow", |