You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behaviour is due to IE9 not supporting JSON object by default .
This line of code fails localStorage.setItem(this.name, JSON.stringify(events));
We can load json2.js from a CDN: http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js to resolve the issue .
Thanks for sharing .
I Tested it in Chrome,Firefox and it's OK , however it fails in IE9 silently .
The text was updated successfully, but these errors were encountered: