fix highlight line on map (again)

这个提交包含在:
abarrau 2023-12-12 08:19:07 +01:00
父节点 81f9013e62
当前提交 4fda258b14
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -10,6 +10,6 @@
</div>
<!-- Map -->
<div id="map" style="width: 100%; height: 700px;"></div>
<div id="map" class="map-leaflet" style="width: 100%; height: 700px;"></div>
<div class="alert alert-success" role="alert">Showing all QSOs for the active Station Profile: <?php echo $station_profile->station_profile_name; ?> </div>

查看文件

@ -48,7 +48,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
</div>
<!-- Map -->
<div id="map" style="width: 100%; height: 350px"></div>
<div id="map" class="map-leaflet" style="width: 100%; height: 350px"></div>
<div id="container" style="padding-top: 0px; margin-top: 5px;" class="container dashboard">