Commit 7d351a0e by Justin Riley

hard-code jquery lean modal js source for now

edx-platform's collectstatic is broken for some reason and adding an
extra hash to the filename.
parent fddb3ce4
......@@ -27,7 +27,9 @@
</div>
</section>
<script type="text/javascript" src="${static.url('js/vendor/jquery.leanModal.min.js')}"></script>
<!--We should be using this but currently it's broken-->
<!--<script type="text/javascript" src="${static.url('js/vendor/jquery.leanModal.min.js')}"></script>-->
<script type="text/javascript" src="/static/js/vendor/jquery.leanModal.min.js"></script>
<script type="text/javascript">
<% override_cmd = "disable" if staff_release else "release" %>
proctor_override = function(){
......
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