Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

IE Compatibility fix

Latest
Compare
Choose a tag to compare
@JeffJacobson JeffJacobson released this 03 Apr 17:32
· 6 commits to master since this release

The HTTP request code in IE returns a JSON string instead of an object. Added code to serialize the JSON string if necessary in order to avoid an exception.

The application should now work with IE 10 and higher.