Skip to content

Commit

Permalink
Remove redundant async option from iframe-render
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Aug 27, 2024
1 parent 4b24845 commit d3dfc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</title>
</%block>

<script async type="text/javascript" src="${static.url("lms/js/iframe-render.js")}"></script>
<script type="text/javascript" src="${static.url("lms/js/iframe-render.js")}"></script>

% if not allow_iframing:
<script type="text/javascript">
Expand Down

0 comments on commit d3dfc04

Please sign in to comment.