Defined baseUrl in the LMS template, fixing a bug where HTML editors called within LMS would fail to load
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
if (window.location !== window.top.location) {
|
||||
window.top.location = window.location;
|
||||
}
|
||||
window.baseUrl = "${settings.STATIC_URL}";
|
||||
})(this);
|
||||
</script>
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user