Defined baseUrl in the LMS template, fixing a bug where HTML editors called within LMS would fail to load

This commit is contained in:
Julia Hansbrough
2013-10-08 17:03:29 +00:00
parent c484dc6cbb
commit d93e96cbc3

View File

@@ -36,6 +36,7 @@
if (window.location !== window.top.location) {
window.top.location = window.location;
}
window.baseUrl = "${settings.STATIC_URL}";
})(this);
</script>
% endif