summaryrefslogtreecommitdiff
path: root/src/client/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app')
-rw-r--r--src/client/app/boot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/boot.js b/src/client/app/boot.js
index 59278ff23c..c35620dc5a 100644
--- a/src/client/app/boot.js
+++ b/src/client/app/boot.js
@@ -146,6 +146,8 @@
function refresh() {
localStorage.setItem('shouldFlush', 'false');
+ localStorage.removeItem('locale');
+
// Random
localStorage.setItem('salt', Math.random().toString().substr(2, 8));