Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -809,7 +809,7 @@ if ('serviceWorker' in navigator) {
|
|
809 |
<button id="sync-status-close">×</button>
|
810 |
</div>
|
811 |
<script src="https://unpkg.com/draggabilly@2/dist/draggabilly.pkgd.min.js"></script>
|
812 |
-
<script>new Draggabilly('#sync-status
|
813 |
<!-- 無効状態のオーバーレイ -->
|
814 |
<div class="disabled-overlay" id="disabledOverlay">
|
815 |
<div class="disabled-message">
|
|
|
809 |
<button id="sync-status-close">×</button>
|
810 |
</div>
|
811 |
<script src="https://unpkg.com/draggabilly@2/dist/draggabilly.pkgd.min.js"></script>
|
812 |
+
<script>new Draggabilly('#sync-status');</script>
|
813 |
<!-- 無効状態のオーバーレイ -->
|
814 |
<div class="disabled-overlay" id="disabledOverlay">
|
815 |
<div class="disabled-message">
|