aboutsummaryrefslogtreecommitdiffstats
path: root/include/ajaxupload.js
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-10 01:39:14 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-10 01:39:14 -0700
commite23ec64c90382ec156ab061d478fa592789ab1ab (patch)
tree7a0a0bdee70d785962ccd9f0108fc371cf883e1e /include/ajaxupload.js
parentdcaadada35c86ebc395ebee9fa726e315e89198f (diff)
downloadvolse-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/ajaxupload.js')
-rw-r--r--include/ajaxupload.js4
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;
+
}
/**