diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-11 03:16:25 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-11 03:16:25 -0700 |
commit | eafd225bdd84eae667aa933c62c32d279be2e990 (patch) | |
tree | 5c26aef6d3cc99baf52cde30a50480ae3f30ab65 /include/ajaxupload.js | |
parent | dcb7bc5e718292066ac85d0a7f81c00ef7235d2f (diff) | |
download | volse-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.js | 7 |
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. |