From 233a837e35dd8b4091a2c84be17a2f1ce84f4059 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 4 Jul 2020 20:42:29 +0900 Subject: [PATCH] chore(cleint): vclean up code --- src/client/init.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/client/init.ts b/src/client/init.ts index 32d6c2463..2c5a45984 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -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); }