soiz1 commited on
Commit
97d02a0
·
1 Parent(s): d80c7ff

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -4
index.html CHANGED
@@ -1029,7 +1029,6 @@ async function registerServiceWorker() {
1029
  }
1030
  }
1031
 
1032
- // チェックボックスの状態を復元
1033
  async function restoreCheckboxStates() {
1034
  try {
1035
  const cache = await caches.open('settings-cache');
@@ -1096,7 +1095,6 @@ function setupFullscreenUI() {
1096
  }
1097
  });
1098
  }
1099
-
1100
  // DOMContentLoaded時の初期化
1101
  document.addEventListener('DOMContentLoaded', function() {
1102
  // チェックボックスをデフォルトでオフに
@@ -1121,8 +1119,8 @@ document.addEventListener('DOMContentLoaded', function() {
1121
 
1122
  // 全画面UI制御を設定
1123
  setupFullscreenUI();
1124
-
1125
- });
1126
  // 登録ボタンにイベントリスナーを追加
1127
  document.getElementById('sw-register-btn').addEventListener('click', registerServiceWorker);
1128
  // 要素を取得
 
1029
  }
1030
  }
1031
 
 
1032
  async function restoreCheckboxStates() {
1033
  try {
1034
  const cache = await caches.open('settings-cache');
 
1095
  }
1096
  });
1097
  }
 
1098
  // DOMContentLoaded時の初期化
1099
  document.addEventListener('DOMContentLoaded', function() {
1100
  // チェックボックスをデフォルトでオフに
 
1119
 
1120
  // 全画面UI制御を設定
1121
  setupFullscreenUI();
1122
+ });
1123
+
1124
  // 登録ボタンにイベントリスナーを追加
1125
  document.getElementById('sw-register-btn').addEventListener('click', registerServiceWorker);
1126
  // 要素を取得