Rename statistics.js to graphs.js (#1086)

* Rename `statistics.js` to `graphs.js` in the admin panel to avoid getting blocked by ad blockers
selenium-screenshot-testing
Kevin Chung 2019-08-17 20:06:22 -04:00 committed by GitHub
parent bef5f1796b
commit 75a9a5a697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@
{% block scripts %}
<script src="{{ url_for('views.themes', theme='core', path='js/vendor/plotly.min.js') }}"></script>
<script src="{{ url_for('views.themes', theme='admin', path='js/statistics/statistics.js') }}"></script>
<script src="{{ url_for('views.themes', theme='admin', path='js/statistics/graphs.js') }}"></script>
{% endblock %}