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:
Mike Macgirvin 2010-10-10 01:39:14 -07:00
parent dcaadada35
commit e23ec64c90
3 changed files with 16 additions and 3 deletions

View file

@ -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;
}
/**