Commit 5c4d6510288da6e6aac76693606b6fc6e427668f:
    Revert sort - does not seem to work


Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>

------------------------------------------------------------
www/roster/views/committee.js.rb                             | ++ --
------------------------------------------------------------
4 changes: 2 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/committee.js.rb b/www/roster/views/committee.js.rb
index 532a015..b7dfb9e 100644
--- a/www/roster/views/committee.js.rb
+++ b/www/roster/views/committee.js.rb
@@ -10,7 +10,7 @@ def render
 
     _h2 'PMC'
     _table do
-      roster = @@committee.roster.sort
+      roster = @@committee.roster
 
       for id in roster
         person = roster[id]
@@ -32,7 +32,7 @@ def render
     else
       _h2 'Committers'
       _table do
-        committers = @@committee.committers.sort
+        committers = @@committee.committers
 
         for id in committers
           next if @@committee.roster[id]

Reply via email to