Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -808,7 +808,8 @@ if ('serviceWorker' in navigator) {
|
|
808 |
<span id="sync-status-text"></span>
|
809 |
<button id="sync-status-close">×</button>
|
810 |
</div>
|
811 |
-
|
|
|
812 |
<!-- 無効状態のオーバーレイ -->
|
813 |
<div class="disabled-overlay" id="disabledOverlay">
|
814 |
<div class="disabled-message">
|
|
|
808 |
<span id="sync-status-text"></span>
|
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-text');</script>
|
813 |
<!-- 無効状態のオーバーレイ -->
|
814 |
<div class="disabled-overlay" id="disabledOverlay">
|
815 |
<div class="disabled-message">
|