mirror of https://github.com/JohnHammond/CTFd.git
Rename statistics.js to graphs.js (#1086)
* Rename `statistics.js` to `graphs.js` in the admin panel to avoid getting blocked by ad blockersselenium-screenshot-testing
parent
bef5f1796b
commit
75a9a5a697
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue