ref: remove multi-city support

This commit is contained in:
relikd
2024-07-28 00:57:38 +02:00
parent d0dd4e7925
commit 571d8fdb56
12 changed files with 48 additions and 230 deletions

View File

@@ -31,12 +31,7 @@
<img src="" alt="Kein Bild" />
</div>
</div>
<div id="overlay">
<span id="city-counter" hidden></span>
<select id="city-select" hidden onchange="this.value ? showCity(this.value): showCityOverview()">
<option value="">-----</option>
</select>
</div>
<div id="overlay"><span id="city-counter" hidden></span></div>
<div id="map"></div>
<script defer>start()</script>
</body>