Commit d93e96cb by Julia Hansbrough

Defined baseUrl in the LMS template, fixing a bug where HTML editors called…

Defined baseUrl in the LMS template, fixing a bug where HTML editors called within LMS would fail to load
parent c484dc6c
......@@ -36,6 +36,7 @@
if (window.location !== window.top.location) {
window.top.location = window.location;
}
window.baseUrl = "${settings.STATIC_URL}";
})(this);
</script>
% endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment