diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-02 19:06:36 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-02 19:06:36 -0700 |
commit | 93d0ef4042bdfe06b77cdbe56ec4e55143e4fc1e (patch) | |
tree | 87dad282e59c5472ee878f6faf0e96630c18c3c9 /include/ajaxupload.js | |
parent | 3fd4b4264ef8c418bbf78edaa02f7e4e32f5022e (diff) | |
download | volse-hubzilla-93d0ef4042bdfe06b77cdbe56ec4e55143e4fc1e.tar.gz volse-hubzilla-93d0ef4042bdfe06b77cdbe56ec4e55143e4fc1e.tar.bz2 volse-hubzilla-93d0ef4042bdfe06b77cdbe56ec4e55143e4fc1e.zip |
fixup image on wall
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 |