diff options
author | rub <rub@piwigo.org> | 2008-09-27 00:07:06 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-09-27 00:07:06 +0000 |
commit | 4e444f1e89a9501ffebaf93dc85e5b9ce7df0a0a (patch) | |
tree | 15c7fbd26874f0e115b6f3db947ec6fd084fa9e6 /admin/template/goto/double_select.tpl | |
parent | 9698c80fcff3ca34de0b7bacaaeaec245e264d98 (diff) |
Change growfield directory.
Use of packed file.
Add growfield option (animate false)
git-svn-id: http://piwigo.org/svn/trunk@2606 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/double_select.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/double_select.tpl b/admin/template/goto/double_select.tpl index 8dc7bfc66..95363def8 100644 --- a/admin/template/goto/double_select.tpl +++ b/admin/template/goto/double_select.tpl @@ -27,7 +27,7 @@ jQuery().ready(function(){ jQuery(".doubleSelect select.categoryList").resizable({ handles: "w,e", - animate: true, + animate: true, animateDuration: "slow", animateEasing: "swing", preventDefault: true, |