Skip to content
Snippets Groups Projects
Commit 75e3f4a6 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Fixing Fx throwing an exception when accessing localStorage if cookies are disabled.

* In the example RP, instead of accessing localStorage directly, access it through a variable that is guaranteed to exist.
* In page_helpers.js, do all localStorage access through new functions in storage.js
* In storage.js, if localStorage is inaccessible, create a standin.

issue #1414
parent fdb2a3c7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment