mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 14:58:42 +02:00
The original workaround was put in place to address the mathjax.sre.js bug that was causing JS errors as explained in https://github.com/mathjax/MathJax/issues/1854). However, since MathJax 2.7.3, the underlying problem has been fixed, making the workaround unnecessary. Additionally, the workaround was causing conflicts with some jQuery plugins. Removing the workaround has resolved the problem of jQuery plugins failing to load properly.
5 lines
278 B
Plaintext
5 lines
278 B
Plaintext
Description of import into Moodle:
|
|
// Download from https://requirejs.org/docs/download.html
|
|
// Put the require.js and require.min.js and LICENSE file in this folder.
|
|
// Check that core_privacy\local\request\moodle_content_writer::write_html_data() does not need to be updated.
|