mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
chore(cleint): vclean up code
This commit is contained in:
parent
9e4456ac1b
commit
233a837e35
@ -51,14 +51,6 @@ Vue.mixin({
|
||||
|
||||
console.info(`Misskey v${version}`);
|
||||
|
||||
// v11互換性のため
|
||||
if (localStorage.getItem('kyoppie') === 'yuppie') {
|
||||
const i = localStorage.getItem('i');
|
||||
localStorage.clear();
|
||||
localStorage.setItem('i', i);
|
||||
location.reload(true);
|
||||
}
|
||||
|
||||
if (localStorage.getItem('theme') == null) {
|
||||
applyTheme(lightTheme);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user