Skip to content

Commit

Permalink
Fixed issue #16415: Can't upload files with Google Chrome (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljenik committed Jun 26, 2020
1 parent 16c1bec commit b8ff095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/scripts/ajaxupload.js
Expand Up @@ -509,7 +509,6 @@
// "This page contains both secure and nonsecure items"
// Anyway, it doesn't do any harm.
iframe.setAttribute('id', id);
iframe.setAttribute('srcdoc', this._settings.action);

iframe.style.display = 'none';
document.body.appendChild(iframe);
Expand Down

0 comments on commit b8ff095

Please sign in to comment.