Commit b70ee725 by Julia Hansbrough

Merge pull request #1290 from edx/flowerhack/fix/htmleditorlegacy

Defined baseUrl in the legacy instructor dashboard template
parents ce8eaa71 47685af0
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
<script type="text/javascript" src="${static.url('js/vendor/tiny_mce/jquery.tinymce.js')}"></script> <script type="text/javascript" src="${static.url('js/vendor/tiny_mce/jquery.tinymce.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/CodeMirror/htmlmixed.js')}"></script> <script type="text/javascript" src="${static.url('js/vendor/CodeMirror/htmlmixed.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/CodeMirror/css.js')}"></script> <script type="text/javascript" src="${static.url('js/vendor/CodeMirror/css.js')}"></script>
<script type="text/javascript">
(function() {window.baseUrl = "${settings.STATIC_URL}";})(this);
</script>
<%static:js group='module-descriptor-js'/> <%static:js group='module-descriptor-js'/>
%if instructor_tasks is not None: %if instructor_tasks is not None:
<script type="text/javascript" src="${static.url('js/pending_tasks.js')}"></script> <script type="text/javascript" src="${static.url('js/pending_tasks.js')}"></script>
......
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