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