Move the repo admin script requirements to the index.html. For some reason, they were not loading when added inside the partial.

This commit is contained in:
Joseph Schorr 2013-11-19 17:34:14 -05:00
parent 17ff70f001
commit c7e9b0d9f6
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,3 @@
<script src="static/lib/Blob.js"></script>
<script src="static/lib/FileSaver.js"></script>
<script src="static/lib/jquery.base64.min.js"></script>
<div class="loading" ng-show="loading">
<i class="fa fa-spinner fa-spin fa-3x"></i>

View file

@ -26,6 +26,10 @@
<script src="static/lib/d3-tip.js" charset="utf-8"></script>
<script src="static/lib/browser-chrome.js"></script>
<script src="static/lib/Blob.js"></script>
<script src="static/lib/FileSaver.js"></script>
<script src="static/lib/jquery.base64.min.js"></script>
{% endblock %}
{% block body_content %}