diff options
author | Ev Bogue <ev@evbogue.com> | 2019-04-19 16:10:15 -0500 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-04-19 16:10:15 -0500 |
commit | 6c60ac6e55da99aac1958c87ee36a6acb4d399b6 (patch) | |
tree | 07e4eff9fc8b5a4b9ce8b88487a6cb180900c962 /app.js | |
parent | 3db2bee4c108858ea9ac3417f1645a9b05d80940 (diff) |
move some stuff around and try to get it to work
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ function keyPage (keys) { message.appendChild(h('button', { onclick: function () { localforage.removeItem('id', function () { - + location.hash = '' location.reload() }) } |