aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-09-26 20:25:18 +0000
committerrub <rub@piwigo.org>2008-09-26 20:25:18 +0000
commit07a97a9d13dc300fc3429dfbe7df8548c0998454 (patch)
treed7c02fc295cfb64df7a8941b8d5b42914134a7b0
parent7dd09aa4f68ff923a2aa965650c10e38788209ce (diff)
jQuery use.
All admin categoryList are resizable. git-svn-id: http://piwigo.org/svn/trunk@2599 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/template/goto/footer.tpl2
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",