Skip to content

Commit

Permalink
Remove loading of d3 library
Browse files Browse the repository at this point in the history
This is done in the main template and has now a different path since the
library itself is downloaded with bower.
  • Loading branch information
rolandgeider committed Feb 27, 2016
1 parent 7b08471 commit f24b097
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wger/exercises/templates/exercise/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ <h4 class="media-heading">{{ image.image }}</h4>
</div>


<script src="{% static 'js/d3.js' %}"></script>

<script>
$(document).ready(function() {
toggle_weight_log_table();
Expand Down

0 comments on commit f24b097

Please sign in to comment.