chore(deps): Update dependencies 🚀

This commit is contained in:
syuilo
2020-05-24 17:48:24 +09:00
parent 81f1df7472
commit 6a98301cc9
3 changed files with 142 additions and 111 deletions

View File

@ -59,8 +59,6 @@ if (localStorage.getItem('kyoppie') === 'yuppie') {
location.reload(true);
}
window.history.scrollRestoration = 'manual';
if (localStorage.getItem('theme') == null) {
applyTheme(lightTheme);
}