Skip to content

Commit

Permalink
Merge pull request #246 from appsembler/juniper/main
Browse files Browse the repository at this point in the history
Update from `juniper/main` (production)
  • Loading branch information
VladyslavTy committed Aug 20, 2024
2 parents 7a83712 + 1702bec commit 258cbce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lms/static/sass/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,9 @@ a.nav-skip {

.fa {
font-family: 'FontAwesome' !important;
}

// Hide element when rendered in iFrame
.hidden-element {
display: none !important;
}
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 258cbce

Please sign in to comment.