forked from FoundKeyGang/FoundKey
[Client] Clear cached locale data when shouldFlush is true
This commit is contained in:
parent
dd3f007582
commit
6f2953f3a7
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@
|
|||
function refresh() {
|
||||
localStorage.setItem('shouldFlush', 'false');
|
||||
|
||||
localStorage.removeItem('locale');
|
||||
|
||||
// Random
|
||||
localStorage.setItem('salt', Math.random().toString().substr(2, 8));
|
||||
|
||||
|
|
Loading…
Reference in a new issue