aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/views.js b/views.js
index d2b0ee1..8b5922d 100644
--- a/views.js
+++ b/views.js
@@ -28,7 +28,7 @@ function profilePage (src, keys) {
named: src,
name: input.value
}
-
+ localforage.removeItem('name:' + src)
publish(content, keys).then(post => {
open(post).then(msg => {
input.value = ''