Skip to content
Snippets Groups Projects
Commit 233a837e authored by syuilo's avatar syuilo
Browse files

chore(cleint): vclean up code

parent 9e4456ac
No related branches found
Tags 10.87.4
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment