jQuery use.

All admin categoryList are resizable.

git-svn-id: http://piwigo.org/svn/trunk@2599 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2008-09-26 20:25:18 +00:00
parent 7dd09aa4f6
commit 07a97a9d13
+1 -1
View File
@@ -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",