Commit 4a9b2483 authored by Pascal Precht's avatar Pascal Precht

Fixed that @maccman appears twice in contributers list

parent 4694fe3f
...@@ -27,9 +27,6 @@ ...@@ -27,9 +27,6 @@
}, { }, {
login: 'justinbmeyer', login: 'justinbmeyer',
name: 'Justin Meyer' name: 'Justin Meyer'
}, {
login: 'maccman',
name: 'Alex MacCaw'
}]); }]);
var ret = $.map( data, function( elem ) { var ret = $.map( data, function( elem ) {
var username = elem.login; var username = elem.login;
...@@ -41,4 +38,4 @@ ...@@ -41,4 +38,4 @@
$('#contributor-list').show().children('span').html( ret.join(', ') ); $('#contributor-list').show().children('span').html( ret.join(', ') );
}); });
})(); })();
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment