summaryrefslogtreecommitdiff
path: root/src/www/js/localstorage.js
AgeCommit message (Collapse)Author
2014-04-09localstorage.js: bug fixhallgren
If you stored "false" and tried to retrieve it with a default value, you got the default value instead of "false".
2013-04-23js/localstorage.js: don't throw an exception if JSON parsing failshallgren
Return the given default value instead.
2013-04-23js/localstorage.js: improved faked localStorage if real localStorage is missinghallgren
2013-04-03Adding src/www/js/localstorage.jshallgren
A common interface to localStorage, to store JSON data under a unique prefix.