Skip to content

Commit

Permalink
popup no worky :(
Browse files Browse the repository at this point in the history
  • Loading branch information
democat3457 committed Nov 5, 2024
1 parent 679eb97 commit 69e5827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posters/templates/posters/poster_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>Posters</h1>
parseFloat(poster.latitude),
parseFloat(poster.longitude),
]).addTo(map);
marker.bindPopup(L.popup().setContent(poster.location + " - " + poster.visits.count())).openPopup();
// marker.bindPopup(L.popup().setContent(poster.location + " - " + poster.visits.count())).openPopup();
});
})
.catch((error) => console.error("Error fetching poster data:", error));
Expand Down

0 comments on commit 69e5827

Please sign in to comment.