Change cursor when moving on categories
git-svn-id: http://piwigo.org/svn/trunk@2573 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
dda9f5db66
commit
1da4bc7daa
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue