aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-04-19 16:10:15 -0500
committerEv Bogue <ev@evbogue.com>2019-04-19 16:10:15 -0500
commit6c60ac6e55da99aac1958c87ee36a6acb4d399b6 (patch)
tree07e4eff9fc8b5a4b9ce8b88487a6cb180900c962 /app.js
parent3db2bee4c108858ea9ac3417f1645a9b05d80940 (diff)
move some stuff around and try to get it to work
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 3b93d9a..0e5d054 100644
--- a/app.js
+++ b/app.js
@@ -15,7 +15,7 @@ function keyPage (keys) {
message.appendChild(h('button', {
onclick: function () {
localforage.removeItem('id', function () {
-
+ location.hash = ''
location.reload()
})
}