summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-24 17:48:24 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-24 17:48:24 +0900
commit6a98301cc93daf9b5f3d90fdc4ef4a881a619bf3 (patch)
tree8980ee069f8b4db5e27b127816d692687a034660 /src
parentResolve #6405 (#6406) (diff)
downloadsharkey-6a98301cc93daf9b5f3d90fdc4ef4a881a619bf3.tar.gz
sharkey-6a98301cc93daf9b5f3d90fdc4ef4a881a619bf3.tar.bz2
sharkey-6a98301cc93daf9b5f3d90fdc4ef4a881a619bf3.zip
chore(deps): Update dependencies :rocket:
Diffstat (limited to 'src')
-rw-r--r--src/client/init.ts2
1 files changed, 0 insertions, 2 deletions
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);
}