From e23ec64c90382ec156ab061d478fa592789ab1ab Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 10 Oct 2010 01:39:14 -0700 Subject: put the correct cursor on the jot links, still having some issues with the photo upload link, since it's overlayed with an ilayer --- include/ajaxupload.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/ajaxupload.js') diff --git a/include/ajaxupload.js b/include/ajaxupload.js index ef872b52f..992190bc1 100644 --- a/include/ajaxupload.js +++ b/include/ajaxupload.js @@ -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; + } /** -- cgit v1.2.3