Merge pull request #75 from Chris911/master

Github founders are also early adopters (before 2008)
This commit is contained in:
David Coallier
2013-11-19 05:41:34 -08:00

View File

@@ -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;
}