Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -378,10 +378,10 @@
|
|
| 378 |
<div class="container mx-auto px-4">
|
| 379 |
<div class="flex flex-wrap mb-4">
|
| 380 |
<button id="edit-next-marker" class="hacker-btn secondary">
|
| 381 |
-
<span class="glow-text"
|
| 382 |
</button>
|
| 383 |
<button onclick="if(confirm('すべてのデータが消去されます。いいですか?')){if(confirm('この操作は取り消せません。')){localStorage.removeItem('leafletMap');location.reload()}}" class="hacker-btn danger">
|
| 384 |
-
<span class="glow-text"
|
| 385 |
</button>
|
| 386 |
</div>
|
| 387 |
|
|
|
|
| 378 |
<div class="container mx-auto px-4">
|
| 379 |
<div class="flex flex-wrap mb-4">
|
| 380 |
<button id="edit-next-marker" class="hacker-btn secondary">
|
| 381 |
+
<span class="glow-text">次のマーカーを編集</span>
|
| 382 |
</button>
|
| 383 |
<button onclick="if(confirm('すべてのデータが消去されます。いいですか?')){if(confirm('この操作は取り消せません。')){localStorage.removeItem('leafletMap');location.reload()}}" class="hacker-btn danger">
|
| 384 |
+
<span class="glow-text">すべてリセット</span>
|
| 385 |
</button>
|
| 386 |
</div>
|
| 387 |
|