freeCodeCamp/client
Berkeley Martinez 574709159d Fix use the document as the proxy for jquery
We proxy the jquery object. This lets us use the jQuery that FCC
uses in the iframe.

Since jQuery sets the context, the main document object or DOM, at script
load, we need to create a proxy with the context of the iframe,
the document object of the iframe.

This was originally set to the body element. But not all challenges
require a body element.
2015-11-30 21:48:28 -08:00
..
commonFramework Fix challengeTypes object incorrect key names 2015-11-30 18:59:29 +04:00
less Merge pull request #4579 from ltegman/fix/update-react-bootstrap 2015-11-20 10:57:51 -08:00
es6-shims.js add es6 Map shim to shims 2015-09-10 16:59:27 -07:00
faux.js Fix jQuery challenges 2015-11-29 16:28:32 -08:00
iFrameScripts.js Fix use the document as the proxy for jquery 2015-11-30 21:48:28 -08:00
index.js Fix issue with transitioning between routes 2015-10-29 17:10:30 -07:00
main.js More refactoring 2015-11-29 16:27:14 -08:00
plugin.js Submit show completion 2015-11-29 16:28:32 -08: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