Files
freeCodeCamp/client
Berkeley Martinez 8a0341a7ac Fix zipline/basejump completed endpoint
This PR refactors and normalizes the endpoint and the ajax request.
Some weird bug keeps popping up on the server, but keymetrics has
decided to take a crap and not actually report back with the error
I don't know what exactly is causing it.

Normally I don't like fixing something I can't see, but I'm getting
a constant flood of emails because of some obscure bug here.

We removed the `completedWith` functionality a while back so that
was removed from this endpoint and the ajax call.

To test, verify that you can complete both a zipline/basejump.

Also show last updated date since it is possible a user might want
to update links
2016-01-23 20:34:49 -08:00
..
2016-01-21 18:20:42 -05:00
2016-01-07 15:04:32 -08:00
2015-09-10 16:59:27 -07:00
2016-01-09 18:38:15 -08:00
2015-12-03 15:09:52 -08:00
2016-01-10 20:21:15 -08:00
2015-11-29 16:28:32 -08:00
2016-01-04 12:16:26 +05:30

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

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