X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fajaxupload.js;h=67c4a56fb7fb882b39f3a57f9b625a15171dbf6f;hb=08032e04536e67dbf488654a0142350690154c57;hp=ef872b52f85f3d5a992eb1712b2352d997514e6f;hpb=93d0ef4042bdfe06b77cdbe56ec4e55143e4fc1e;p=friendica.git diff --git a/include/ajaxupload.js b/include/ajaxupload.js index ef872b52f8..67c4a56fb7 100644 --- a/include/ajaxupload.js +++ b/include/ajaxupload.js @@ -163,6 +163,7 @@ height : from.offsetHeight + 'px' }); to.title = from.title; + } /** @@ -383,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.