diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-10 01:39:14 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-10 01:39:14 -0700 |
commit | e23ec64c90382ec156ab061d478fa592789ab1ab (patch) | |
tree | 7a0a0bdee70d785962ccd9f0108fc371cf883e1e /include | |
parent | dcaadada35c86ebc395ebee9fa726e315e89198f (diff) | |
download | volse-hubzilla-e23ec64c90382ec156ab061d478fa592789ab1ab.tar.gz volse-hubzilla-e23ec64c90382ec156ab061d478fa592789ab1ab.tar.bz2 volse-hubzilla-e23ec64c90382ec156ab061d478fa592789ab1ab.zip |
put the correct cursor on the jot links, still having some
issues with the photo upload link, since it's overlayed with an ilayer
Diffstat (limited to 'include')
-rw-r--r-- | include/ajaxupload.js | 4 |
1 files changed, 3 insertions, 1 deletions
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; + } /** |