From 6a98301cc93daf9b5f3d90fdc4ef4a881a619bf3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 24 May 2020 17:48:24 +0900 Subject: chore(deps): Update dependencies :rocket: --- src/client/init.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/client/init.ts b/src/client/init.ts index e2772502f6..88e89cb6fc 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -59,8 +59,6 @@ if (localStorage.getItem('kyoppie') === 'yuppie') { location.reload(true); } -window.history.scrollRestoration = 'manual'; - if (localStorage.getItem('theme') == null) { applyTheme(lightTheme); } -- cgit v1.2.3-freya