commit 3c671cbdf1eabed87407ebb213454de995bfe00f Author: Iain R. Learmonth irl@fsfe.org Date: Tue Nov 21 14:50:56 2017 +0000
Fixes Top Relays view and increases to 250 relays --- js/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/router.js b/js/router.js index c4966f7..1844203 100644 --- a/js/router.js +++ b/js/router.js @@ -99,7 +99,7 @@ define([ $("#content").hide(); $(".progress").show();
- doSearchView.collection.url = "https://onionoo.torproject.org/summary?type=relay&order=-consensus_weigh..."; + doSearchView.collection.url = "https://onionoo.torproject.org/details?type=relay&order=-consensus_weigh..."; doSearchView.collection.lookup({ success: function(err){ doSearchView.relays = doSearchView.collection.models;
tor-commits@lists.torproject.org