X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fajaxupload.js;h=67c4a56fb7fb882b39f3a57f9b625a15171dbf6f;hb=18c5d1ff90dd364328032b3f0092ac5176ebc4c5;hp=992190bc1721880e1d029e2c76a4ce1c7a471281;hpb=e23ec64c90382ec156ab061d478fa592789ab1ab;p=friendica.git diff --git a/include/ajaxupload.js b/include/ajaxupload.js index 992190bc17..67c4a56fb7 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.