Github founders are also early adopters (before 2008)

This commit is contained in:
Christophe Naud-Dulude
2013-11-18 16:10:08 -05:00
parent 42fd57a908
commit a00f17e88c

View File

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