diff options
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/cat_list.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/cat_list.tpl b/admin/template/goto/cat_list.tpl index d4b6b8a83..4bf158baf 100644 --- a/admin/template/goto/cat_list.tpl +++ b/admin/template/goto/cat_list.tpl @@ -7,9 +7,9 @@ jQuery().ready(function(){ldelim} jQuery(".catPos").hide(); jQuery(".drag_button").show(); - jQuery('.categoryUl').sortable({ldelim} + jQuery(".categoryLi").css("cursor","move"); + jQuery(".categoryUl").sortable({ldelim} axis: "y", - cursor: "move", opacity: 0.8 }); jQuery("#categoryOrdering").submit(function(){ldelim} |