Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Nov 15, 2016
1 parent d3c2937 commit 08b7186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcrowds_statistics/templates/stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@ <h4 class="padding-bottom-sm text-center">Total Hourly Activity</h4>
</section>
</div>
<script src="{{url_for('statistics.static', filename='vendor/jquery-3.1.1.min.js')}}"></script>
<script src="{{url_for('statistics.static', filename='vendor/jquery-dateFormat.min.js')}}"></script>
<script src="{{url_for('statistics.static', filename='vendor/moment.js')}}"></script>
<script src="{{url_for('statistics.static', filename='vendor/Chart.min.js')}}"></script>
<script src="{{url_for('statistics.static', filename='js/charts.js')}}?v=1.0.10"></script>
<script src="{{url_for('statistics.static', filename='js/charts.js')}}?v=1.1.0"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.markercluster.js"></script>
<script>
Expand Down

0 comments on commit 08b7186

Please sign in to comment.