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

Defined baseUrl in the legacy instructor dashboard template
This commit is contained in:
Julia Hansbrough
2013-10-09 16:31:29 -07:00

View File

@@ -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/CodeMirror/htmlmixed.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'/>
%if instructor_tasks is not None:
<script type="text/javascript" src="${static.url('js/pending_tasks.js')}"></script>