From: eol Date: Mon, 13 Apr 2026 13:36:22 +0000 (+0200) Subject: Merge remote-tracking branch 'refs/remotes/origin/master' X-Git-Url: https://www.nos-oignons.net/gitweb/website.git/commitdiff_plain/f366cec3cd9f8346245af12cb10891c19ffa0742?hp=ff0973a34822e58f2c63bd25d65a4acf3d986f4f Merge remote-tracking branch 'refs/remotes/origin/master' --- 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; diff --git a/assets/weights_graphs.js b/assets/weights_graphs.js index 60c8571..775afc2 100644 --- a/assets/weights_graphs.js +++ b/assets/weights_graphs.js @@ -37,7 +37,7 @@ WeightsDrawer.area = d3.svg.area() WeightsDrawer.stack = d3.layout.stack() .values(function(d) { return d.values; }); -WeightsDrawer.onionoo_url = "https://onionoo.torproject.org/weights?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"; +WeightsDrawer.onionoo_url = "https://onionoo.torproject.org/weights?type=relay&contact=%20%20%20%200x9F29C15D42A8B6F3"; WeightsDrawer.periods = [ { id: "1_month", label: L10n.t_1_month },