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
..
less separate main manifest generation from sub manifests 2015-08-28 15:56:58 -07:00
commonFramework.js fix isInitRun flag not set 2015-09-09 12:07:00 -07:00
iFrameScripts.js add revisioning to js/css files to break caching 2015-08-26 23:30:33 -07:00
index.js fix rx long stack trace support 2015-08-12 11:47:03 -07:00
main.js further revisions to simplify bug modal 2015-09-07 08:18:44 -07:00
plugin.js call chai after load in plugin 2015-08-27 12:36:29 -07:00
README.md add revisioning to js/css files to break caching 2015-08-26 23:30:33 -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