diff options
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/keys.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/keys.html b/templates/public/keys.html index 9af491e2..35bf414c 100644 --- a/templates/public/keys.html +++ b/templates/public/keys.html @@ -135,7 +135,7 @@ </div> {% load cdn %}{% jquery %}{% jquery_tablesorter %} -<script type="text/javascript" src="{% static "d3.v2.min.js" %}"></script> +<script type="text/javascript" src="{% static "d3-3.0.0.min.js" %}"></script> <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript" src="{% static "visualize.js" %}"></script> <script type="text/javascript"> |