Merge branch 'MDL-64511-35' of https://github.com/paulholden/moodle into MOODLE_35_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2019-07-01 18:53:20 +02:00
+2 -2
View File
@@ -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));
});
});
});