X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/9acdef94a863ed23875119b507644e0bd7e979a7..dd43cff322606f171749ab95e6c9806125ae0cf8:/assets/pie_graphs.js diff --git a/assets/pie_graphs.js b/assets/pie_graphs.js index 7a6e8b7..da836c2 100644 --- a/assets/pie_graphs.js +++ b/assets/pie_graphs.js @@ -19,7 +19,7 @@ PieDrawer.pie = d3.layout.pie() .sort(null) .value(function(d) { return d.frac; }); -PieDrawer.onionoo_url = "https://onionoo.torproject.org/details?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3%20Nos%20oignons%20-%2017WLwtW63FrHeMAEVkALnwhfmizBxGXDW1%20email:adminsys[]nos-oignons.net%20url:https://nos-oignons.net%20proof:uri-rsa%20ciissversion:2"; +PieDrawer.onionoo_url = "https://onionoo.torproject.org/details?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3"; PieDrawer.prototype.getFieldName = undefined;