diff options
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, |