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:
parent
17ff70f001
commit
c7e9b0d9f6
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Reference in a new issue