Commit 12007030 by Julia Hansbrough

Merge pull request #1258 from edx/flowerhack/fix/htmleditor

Defined baseUrl in the LMS template
parents c484dc6c d93e96cb
......@@ -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