mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
e9de12ec51
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.