scratch-www/src/lib
Ray Schamp b89d644573 Fix JSON response parsing in IE
Fixes #654

IE does not honor responseType: 'json', and will not parse responses as JSON unless json data is present in the request. For some reason this issue can also be solved by including a `json` attribute on the xhr request, but if that's present, url encoded form data is overwritten with the contents of the json.  So just try to parse the response ourselves if it looks like it wasn't parsed.

See https://github.com/Raynos/xhr/issues/123
2016-07-03 15:54:58 -04:00
..
api.js Fix JSON response parsing in IE 2016-07-03 15:54:58 -04:00
country-data.js Lint 2016-06-14 17:29:30 -04:00
format.js Name all the exports for easier debugging 2015-10-08 14:25:18 -06:00
intl.jsx Bundle all locale data 2016-05-17 21:02:36 -04:00
jar.js check for the null value in get 2016-06-30 11:40:05 -04:00
log.js Resolve merge conflict 2015-10-13 15:57:55 -04:00
render.jsx move permissions checks to mirror session more 2016-06-28 14:25:11 -04:00
require-all.js Lint 2016-05-17 21:09:18 -04:00
shuffle.js move shuffle to utility module 2016-06-13 09:40:32 -04:00
smarty-streets.js Add address validation 2016-06-14 17:29:30 -04:00
url-params.js Submit the rest of the fields when registering 2016-06-17 11:01:34 -04:00