mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 23:59:40 -06:00
Merge pull request #75 from Chris911/master
Github founders are also early adopters (before 2008)
This commit is contained in:
@@ -148,7 +148,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