mirror of
https://github.com/resume/resume.github.com.git
synced 2026-02-17 02:49:13 -06:00
Github founders are also early adopters (before 2008)
This commit is contained in:
@@ -136,7 +136,7 @@ var run = function() {
|
||||
};
|
||||
|
||||
// We consider a limit of 4 months since the GitHub opening (Feb 2008) to be considered as an early adopter
|
||||
if (since == '2008' && sinceMonth <= 5) {
|
||||
if ((since == '2008' && sinceMonth <= 5) || since <= '2007') {
|
||||
view.earlyAdopter = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user