[tor-commits] [compass/master] Fixed a bug in initial sorting

karsten at torproject.org karsten at torproject.org
Mon Jan 7 07:09:40 UTC 2013


commit 585f0fc0bdf3b631e98a7e7b10a901bb5915857c
Author: Chris Wacek <cwacek at cs.georgetown.edu>
Date:   Sat Dec 29 14:36:47 2012 -0500

    Fixed a bug in initial sorting
---
 static/js/angularize.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/static/js/angularize.js b/static/js/angularize.js
index 81b7c27..780e279 100644
--- a/static/js/angularize.js
+++ b/static/js/angularize.js
@@ -14,6 +14,7 @@ compassModule.controller('CompassCtrl',function CompassCtrl($scope,$http,$locati
     exit_filter:"all_relays",
     links:true,
     sort:'cw',
+    sort_reverse: true,
     country: null
   }
 





More information about the tor-commits mailing list