Skip to content

Commit

Permalink
fix: add js bridge to xblock html
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedielnitsevIvan committed Dec 4, 2024
1 parent ad37902 commit 00e2cd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lms/templates/courseware/courseware-chromeless.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<%static:include path="common/templates/${template_name}.underscore" />
</script>
% endfor
% if is_offline_content:
<script type="text/javascript" src="${static.url('js/courseware/bridge.js')}"></script>
% endif
<%
header_file = None
%>
Expand Down

0 comments on commit 00e2cd5

Please sign in to comment.