Files
freeCodeCamp/client
Berkeley Martinez 7874dc5222 fix isInitRun flag not set
When doing jQuery challenges and starting with failing tests
isInitRun, the flag that prevents initial run from auto submitting
a challenge does not get set due to bonfireExecute not running in
this situation. This fixes that by setting consitantly setting
the flag on failing tests so that when tests do pass by camper
the flag will always be set and allow the camper to continue.

closes #2772
2015-09-09 12:07:00 -07:00
..
2015-09-09 12:07:00 -07:00
2015-08-12 11:47:03 -07:00
2015-08-27 12:36:29 -07:00

This is the entry point for the client code Code that should only run on the client should be put here.

NOTE(berks): For react specific stuff this should be the entry point