Skip to content

Commit

Permalink
update the basic logic components
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkqiang committed Nov 3, 2024
1 parent 909a08b commit 052a98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/aed.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
sessionStorage.removeItem('modalShown');
// Add tile layer
L.tileLayer('https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
attribution: '&copy; < a href = "https://www.openstreetmap.org/copyright" > OpenStreetMap < /a> contributors'
attribution: '&copy; OpenStreetMap'
}).addTo(map);
// Function to create carousel HTML
function createCarouselHTML(images, aedId) {
Expand Down

0 comments on commit 052a98e

Please sign in to comment.