Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-74153 portfolio_download: fix download form
The download form usas autosubmit to start downloading the content. This breaks the JS modules loading because the page loading is cancelled when the form is submitted. To prevent this from happen the download form now has a hidden iframe to execute the download action without affecting the rest of the page.
- Loading branch information