diff options
Diffstat (limited to 'include/ajaxupload.js')
-rw-r--r-- | include/ajaxupload.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ajaxupload.js b/include/ajaxupload.js index f0fbfe6c2..ef872b52f 100644 --- a/include/ajaxupload.js +++ b/include/ajaxupload.js @@ -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 */ @@ -354,7 +355,7 @@ var input = document.createElement("input"); input.setAttribute('type', 'file'); input.setAttribute('name', this._settings.name); - + addStyles(input, { 'position' : 'absolute', // in Opera only 'browse' button |