Commits

Berkeley Martinez committed 7874dc52226
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