Forked from
spnati / spnati
33273 commits behind the upstream repository.
-
ReformCopyright authored
Coalesce all JSON.parse(localStorage.getItem()) to { }, since a missing key will yield null which will not cause JSON.parse to throw an exception but to return null.
ReformCopyright authoredCoalesce all JSON.parse(localStorage.getItem()) to { }, since a missing key will yield null which will not cause JSON.parse to throw an exception but to return null.
save.js 8.54 KiB