ref: remove multi-city support
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user