Update index.html
Browse files- index.html +3 -0
index.html
CHANGED
@@ -797,6 +797,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
797 |
<div class="setting-item">
|
798 |
<label><input type="checkbox" id="sw-root" checked> ルートファイル (/)</label>
|
799 |
</div>
|
|
|
800 |
<button class="combine-button" id="sw-register-btn">登録を開始</button>
|
801 |
<div class="combine-status" id="sw-status"></div>
|
802 |
<script>
|
@@ -1038,6 +1039,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
1038 |
let controlsHideTimeout;
|
1039 |
let isControlsLocked = false;
|
1040 |
let controlsVisible = true;
|
|
|
|
|
1041 |
|
1042 |
try {
|
1043 |
audioContext = new (window.AudioContext || window.webkitAudioContext)();
|
|
|
797 |
<div class="setting-item">
|
798 |
<label><input type="checkbox" id="sw-root" checked> ルートファイル (/)</label>
|
799 |
</div>
|
800 |
+
<a>絶対に押さないでください。これはオフラインでも使用できるようにする機能のテスト中で、ページが更新できなくなります。</a>
|
801 |
<button class="combine-button" id="sw-register-btn">登録を開始</button>
|
802 |
<div class="combine-status" id="sw-status"></div>
|
803 |
<script>
|
|
|
1039 |
let controlsHideTimeout;
|
1040 |
let isControlsLocked = false;
|
1041 |
let controlsVisible = true;
|
1042 |
+
let isCheckingSync = false;
|
1043 |
+
let isInBackgroundTab = false;
|
1044 |
|
1045 |
try {
|
1046 |
audioContext = new (window.AudioContext || window.webkitAudioContext)();
|