diff options
| author | Ev Bogue <ev@evbogue.com> | 2019-04-10 19:18:44 -0500 | 
|---|---|---|
| committer | Ev Bogue <ev@evbogue.com> | 2019-04-10 19:18:44 -0500 | 
| commit | c1859478b2764df3abe37b36cc65e2587c76f17b (patch) | |
| tree | 4337a9a56864926a12e096394445b39e56b65c12 | |
| parent | b3bc243be7a151d634f19ed3b516d5d6a2ab9cfc (diff) | |
save imported key in localforage
| -rw-r--r-- | app.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -109,7 +109,7 @@ function route () {        keyMessage.appendChild(h('button', {          onclick: function () {            if (textarea.value) { -            localStorage['id'] = textarea.value +            localforage.setItem('id', textarea.value)               location.reload()            }          } | 
