mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 15:10:05 +01:00
Merge branch 'MDL-64511' of https://github.com/paulholden/moodle
This commit is contained in:
commit
6e990b0c6b
@ -62,7 +62,7 @@ function loadContent(datafile, callback) {
|
||||
}
|
||||
|
||||
newscript.type = 'text/javascript';
|
||||
newscript.src = data;
|
||||
newscript.src = encodeURIComponent(data);
|
||||
newscript.charset = 'utf-8';
|
||||
document.getElementsByTagName("head")[0].appendChild(newscript);
|
||||
|
||||
@ -135,4 +135,4 @@ window.$(document).ready(function() {
|
||||
e.stopPropagation();
|
||||
handleClick(window.$(this));
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user