mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user