mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 15:49:30 -06:00
Added a list of popular users and some small additions.
This commit is contained in:
@@ -93,6 +93,7 @@ var run = function() {
|
||||
if (arr[i].fork !== false) {
|
||||
return;
|
||||
}
|
||||
|
||||
var popularity = arr[i].watchers + arr[i].forks;
|
||||
sorted.push({position: i, popularity: popularity, info: arr[i]});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user