From 3012c89ae2328f5bdbfb1c6a0b1812107a1c59a5 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Sat, 19 Sep 2020 21:29:04 +0200 Subject: [PATCH] Save after name is set; --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index e214d5f..677d455 100644 --- a/app.js +++ b/app.js @@ -113,6 +113,8 @@ let kara = new Vue({ "Nice to meet you, " + this.username + ". :D" ]) ) + + this.updateStorage(); }, // Messages / Chat