Fix firstChallenge var should point to new first challenge

This commit is contained in:
Berkeley Martinez
2015-10-07 01:14:33 -07:00
parent 05c5eb8d2c
commit a906b8f411

View File

@ -20,7 +20,7 @@ const isDev = process.env.NODE_ENV !== 'production';
const isBeta = !!process.env.BETA;
const debug = debugFactory('freecc:challenges');
const challengesRegex = /^(bonfire|waypoint|zipline|basejump)/i;
const firstChallenge = 'waypoint-say-hello-to-html-elements';
const firstChallenge = 'waypoint-learn-how-free-code-camp-works';
const challengeView = {
0: 'coursewares/showHTML',
1: 'coursewares/showJS',