Skip to content

Commit d3dfc04

Browse files
author
Vladyslav Tymofeiev
committed
Remove redundant async option from iframe-render
1 parent 4b24845 commit d3dfc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lms/templates/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</title>
4949
</%block>
5050

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

5353
% if not allow_iframing:
5454
<script type="text/javascript">

0 commit comments

Comments
 (0)