aboutsummaryrefslogtreecommitdiff
path: root/views.js
diff options
context:
space:
mode:
Diffstat (limited to 'views.js')
-rw-r--r--views.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/views.js b/views.js
index 292c154..5b57442 100644
--- a/views.js
+++ b/views.js
@@ -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']))