Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Sep 11, 2023
1 parent 1b10a03 commit fb17341
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/handler/template/click.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
var abbreviation = response.data.abbreviation;
var offset = response.data.offset;
var popupContent = `
<b>Timezone:</b> ${timezone}<br>
<b>Abbreviation:</b> ${abbreviation}<br>
<b>Offset:</b> ${offset}<br>
<b>Latitude:</b> ${lat}<br>
<b>Longitude:</b> ${lng}
`;
<b>Timezone:</b> ${timezone}<br>
<b>Abbreviation:</b> ${abbreviation}<br>
<b>Offset:</b> ${offset}<br>
<b>Latitude:</b> ${lat}<br>
<b>Longitude:</b> ${lng}
`;

var marker = L.marker(e.latlng).addTo(map);
marker.bindPopup(popupContent).openPopup();
Expand Down

0 comments on commit fb17341

Please sign in to comment.