]> git.mxchange.org Git - friendica.git/blobdiff - include/ajaxupload.js
Merge pull request #163 from fabrixxm/master
[friendica.git] / include / ajaxupload.js
index f0fbfe6c294433564544d8143b3b920f90cb8d8a..67c4a56fb7fb882b39f3a57f9b625a15171dbf6f 100644 (file)
@@ -4,6 +4,7 @@
  * Licensed under the MIT license ( http://valums.com/mit-license/ )
  * Thanks to Gary Haran, David Mark, Corey Burns and others for contributions. 
  */
+
 (function () {
     /* global window */
     /* jslint browser: true, devel: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true */
                height : from.offsetHeight + 'px'
            });        
        to.title = from.title;
+
     }
 
     /**
             var input = document.createElement("input");
             input.setAttribute('type', 'file');
             input.setAttribute('name', this._settings.name);
-            
+
             addStyles(input, {
                 'position' : 'absolute',
                 // in Opera only 'browse' button
                 // 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.