Skip to content

Commit

Permalink
Merge pull request #245 from appsembler/hide-html-elements-in-iframe
Browse files Browse the repository at this point in the history
Connect iframe-render.js to main.html
  • Loading branch information
VladyslavTy authored Aug 19, 2024
2 parents 1aaf46a + 5ef6900 commit 7da7926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
}).call(this, require || RequireJS.require);
</script>
<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>
<%block name="js_overrides">
${render_require_js_path_overrides(settings.REQUIRE_JS_PATH_OVERRIDES) | n, decode.utf8}
</%block>
Expand Down

0 comments on commit 7da7926

Please sign in to comment.