diff options
author | Dan McGee <dan@archlinux.org> | 2012-12-27 16:43:01 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-12-27 16:43:01 -0600 |
commit | 2b9519996a47fd1d978ccac36246f0245ad668fb (patch) | |
tree | 451a4124a3cbb99b7b05c8cc13b37f9702dc63cc /templates/public/keys.html | |
parent | 2b68963ad1049f4b0198bed6da16e385aedc119e (diff) |
Update D3 to 3.0.0
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/keys.html')
-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"> |