CC-2064:Drag and drop should have a hand cursor

Fixed
This commit is contained in:
james 2011-05-30 14:12:32 -04:00
parent 6cc334f55f
commit 6e7ad79ff0
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ function addLibraryItemEvents() {
$('#library_display tr[id ^= "au"]')
.draggable({
helper: 'clone'
helper: 'clone',
cursor: 'pointer'
});
$('#library_display tbody tr')