put the correct cursor on the jot links, still having some
issues with the photo upload link, since it's overlayed with an ilayer
This commit is contained in:
@@ -160,9 +160,11 @@
|
||||
left : box.left + 'px',
|
||||
top : box.top + 'px',
|
||||
width : from.offsetWidth + 'px',
|
||||
height : from.offsetHeight + 'px'
|
||||
height : from.offsetHeight + 'px',
|
||||
cursor : 'pointer'
|
||||
});
|
||||
to.title = from.title;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user