Skip to content

Commit

Permalink
Fixed issue #16346: File Upload modal not working correctly in latest…
Browse files Browse the repository at this point in the history
… Chromium 83.0.4103.61
  • Loading branch information
ptelu committed May 29, 2020
1 parent 1cca5aa commit a625c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scripts/ajaxupload.js
Expand Up @@ -509,6 +509,7 @@
// "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 a625c35

Please sign in to comment.