mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-24 23:26:07 +09:00
[Client] Clear cached locale data when shouldFlush is true
This commit is contained in:
parent
fd180e73ed
commit
f837e5fec8
@ -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 New Issue
Block a user