Metadata
- Source
- ENGAGE-330
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2010-02-05T15:01:18.000-0500 - Updated
2010-02-05T15:33:00.000-0500 - Versions
- N/A
- Fixed Versions
-
- 0.3b
- Component
- N/A
Description
getCookie throws a JSON parse error if there was no cookie present
It should just return null if there was no cookie by the passed name
Comments
-
Justin Obara commented
2010-02-05T15:33:00.000-0500 fixed by having the getCookie function check if a value was returned before it tries to parse.