From: jvoisin Date: Thu, 22 May 2025 10:36:41 +0000 (+0200) Subject: Mise à jour de l'url dans pie_graphs.js X-Git-Url: https://nos-oignons.fr/gitweb/website.git/commitdiff_plain/f0c2e0ab1aba2e1adfe10c57b822266f48a5fdd5?hp=cc6fb6f60b162b3f5fbe2596859d445ca2aecc62 Mise à jour de l'url dans pie_graphs.js --- diff --git a/assets/pie_graphs.js b/assets/pie_graphs.js index e607fa5..b883b98 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=adminsys@nos-oignons.net"; +PieDrawer.onionoo_url = "https://onionoo.torproject.org/bandwidth?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.prototype.getFieldName = undefined; PieDrawer.prototype.getField = undefined;