some modifications for the iframe version
This commit is contained in:
@@ -25,8 +25,8 @@ function create_map(map_div) {
|
||||
scaleControl: true,
|
||||
zoom: map_zoom,
|
||||
|
||||
//gestureHandling: "cooperative",
|
||||
gestureHandling: "greedy",
|
||||
gestureHandling: "cooperative",
|
||||
//gestureHandling: "greedy",
|
||||
//gestureHandling: "none",
|
||||
//gestureHandling: "auto",
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ function attach_info_window(map, marker, events, infowindow) {
|
||||
//lejourdesprofs.org
|
||||
//local_lejourduprof.com
|
||||
window_content += `
|
||||
<a class="infowindow_body" href="${events[key].url}" target="_blank">
|
||||
<a class="infowindow_body" href="${events[key].url}" target="_blank" rel="noopener noreferrer">
|
||||
<p>${events[key].title}</p>
|
||||
</a>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user