We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1702bec + d3dfc04 commit 644e572Copy full SHA for 644e572
lms/templates/main.html
@@ -48,6 +48,8 @@
48
</title>
49
</%block>
50
51
+ <script type="text/javascript" src="${static.url("lms/js/iframe-render.js")}"></script>
52
+
53
% if not allow_iframing:
54
<script type="text/javascript">
55
/* immediately break out of an iframe if coming from the marketing website */
@@ -126,7 +128,6 @@
126
128
}).call(this, require || RequireJS.require);
127
129
</script>
130
<script type="text/javascript" src="${static.url("lms/js/require-config.js")}"></script>
- <script type="text/javascript" src="${static.url("lms/js/iframe-render.js")}"></script>
131
<%block name="js_overrides">
132
${render_require_js_path_overrides(settings.REQUIRE_JS_PATH_OVERRIDES) | n, decode.utf8}
133
0 commit comments