]> nos-oignons.net Git - website.git/commitdiff
Supression des graphes 3 jours et 1 semaine
authorLunar <lunar@anargeek.net>
Wed, 8 Apr 2015 09:25:58 +0000 (11:25 +0200)
committerLunar <lunar@anargeek.net>
Wed, 8 Apr 2015 09:25:59 +0000 (11:25 +0200)
Onionoo ne donne plus les données. cf.
https://lists.torproject.org/pipermail/onionoo-announce/2015/000003.html

assets/bw_graphs.js
assets/l10n.en.js
assets/l10n.fr.js

index b79ebf4b4613f0d12baae00158bf22072eaf430d..b6147b6d0d16a624a62e4915e7577f8ecf80c062 100644 (file)
@@ -40,8 +40,6 @@ BwDrawer.write_stack = d3.layout.stack()
 BwDrawer.onionoo_url = "https://onionoo.torproject.org/bandwidth?type=relay&contact=adminsys@nos-oignons.net";
 
 BwDrawer.periods = [
-    { id: "3_days", label: L10n.t_3_days },
-    { id: "1_week", label: L10n.t_1_week },
     { id: "1_month", label: L10n.t_1_month },
     { id: "3_months", label: L10n.t_3_months },
     { id: "1_year", label: L10n.t_1_year },
index 21a9cbfb05e4b1310052135b8d35e280fa31fb66..06c8d92e7d66407e7a8fb75e35799f2d2f07cbf2 100644 (file)
@@ -5,8 +5,6 @@ L10n.exit_probability = "Probability to use one of our exit nodes";
 L10n.bandwidth = "Bandwidth";
 L10n.nos_oignons = "Nos oignons";
 L10n.others = "Others";
-L10n.t_3_days = "3 days";
-L10n.t_1_week = "1 week";
 L10n.t_1_month = "1 month";
 L10n.t_3_months = "3 months";
 L10n.t_1_year = "1 year";
index 028cb1e45d0e962526fa8ca7c25011f779c16c1e..4586e1b84ae773d78745a301a0440d0e61b83f25 100644 (file)
@@ -5,8 +5,6 @@ L10n.exit_probability = "Probabilité d'utiliser un de nos nœuds de sortie";
 L10n.bandwidth = "Bande passante";
 L10n.nos_oignons = "Nos oignons";
 L10n.others = "Autres";
-L10n.t_3_days = "3 jours";
-L10n.t_1_week = "1 semaine";
 L10n.t_1_month = "1 mois";
 L10n.t_3_months = "3 mois";
 L10n.t_1_year = "1 an";