mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
11 lines
184 B
PHP
11 lines
184 B
PHP
<script>
|
|
var slug = '<?php echo $slug; ?>';
|
|
</script>
|
|
<style>
|
|
#exportmap {
|
|
height: 100vh;
|
|
max-height: 900px !important;
|
|
}
|
|
</style>
|
|
<div id="exportmap" class="map-leaflet"></div>
|