diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/init.ts | 2 |
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); } |