aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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.