mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-29 04:53:57 +02:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user