diff options
Diffstat (limited to 'views.js')
-rw-r--r-- | views.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ function profilePage (src, keys) { profile.appendChild(h('button', { onclick: function () { localforage.removeItem(src).then(function () { - location.hash = '' - regenerate() + var home = true + regenerate(home) }) } }, ['Delete feed'])) |