Commit 06442036 by Mushtaq Ali

Load requirejs before module-js

parent 7bb6653d
......@@ -69,7 +69,6 @@ from branding import api as branding_api
% else:
<%static:js group='main_vendor'/>
<%static:js group='application'/>
<%static:js group='module-js'/>
% endif
<script>
......@@ -82,6 +81,10 @@ from branding import api as branding_api
</script>
<script type="text/javascript" src="${static.url("lms/js/require-config.js")}"></script>
% if not disable_courseware_js:
<%static:js group='module-js'/>
% endif
<%block name="headextra"/>
<%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment