This commit is contained in:
tamaina
2021-01-24 18:17:42 +09:00
parent 6e8caf7966
commit 5ca4aefff4
3 changed files with 5 additions and 6 deletions

View File

@@ -72,10 +72,6 @@
head.appendChild(script);
//#endregion
//#region Service Worker
navigator.serviceWorker.register(`/sw.js`);
//#endregion
//#region Theme
const theme = localStorage.getItem('theme');
if (theme) {