]> git.mxchange.org Git - friendica.git/blobdiff - include/ajaxupload.js
Merge pull request #163 from fabrixxm/master
[friendica.git] / include / ajaxupload.js
index 992190bc1721880e1d029e2c76a4ce1c7a471281..67c4a56fb7fb882b39f3a57f9b625a15171dbf6f 100644 (file)
                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;
 
                 // 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.