chore(cleint): vclean up code
This commit is contained in:
parent
9e4456ac1b
commit
233a837e35
1 changed files with 0 additions and 8 deletions
|
@ -51,14 +51,6 @@ Vue.mixin({
|
||||||
|
|
||||||
console.info(`Misskey v${version}`);
|
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) {
|
if (localStorage.getItem('theme') == null) {
|
||||||
applyTheme(lightTheme);
|
applyTheme(lightTheme);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue