aboutsummaryrefslogtreecommitdiffstats
path: root/include/ajaxupload.js
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-11 03:16:25 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-11 03:16:25 -0700
commiteafd225bdd84eae667aa933c62c32d279be2e990 (patch)
tree5c26aef6d3cc99baf52cde30a50480ae3f30ab65 /include/ajaxupload.js
parentdcb7bc5e718292066ac85d0a7f81c00ef7235d2f (diff)
downloadvolse-hubzilla-eafd225bdd84eae667aa933c62c32d279be2e990.tar.gz
volse-hubzilla-eafd225bdd84eae667aa933c62c32d279be2e990.tar.bz2
volse-hubzilla-eafd225bdd84eae667aa933c62c32d279be2e990.zip
protocol revision, send dfrn_confirm binary items as hex
Diffstat (limited to 'include/ajaxupload.js')
-rw-r--r--include/ajaxupload.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/ajaxupload.js b/include/ajaxupload.js
index 992190bc1..67c4a56fb 100644
--- a/include/ajaxupload.js
+++ b/include/ajaxupload.js
@@ -160,8 +160,7 @@
left : box.left + 'px',
top : box.top + 'px',
width : from.offsetWidth + 'px',
- height : from.offsetHeight + 'px',
- cursor : 'pointer'
+ height : from.offsetHeight + 'px'
});
to.title = from.title;
@@ -385,7 +384,9 @@
// in Internet Explorer
'direction' : 'ltr',
//Max zIndex supported by Opera 9.0-9.2
- 'zIndex': 2147483583
+ 'zIndex': 2147483583,
+ 'cursor' : 'pointer'
+
});
// Make sure that element opacity exists.