trying to create the right iframe behavior
This commit is contained in:
@@ -15,8 +15,13 @@ function attach_info_window(map, marker, events, infowindow) {
|
||||
</div>
|
||||
`;
|
||||
for (key in events) {
|
||||
// <a class="infowindow_body">
|
||||
// <a class="infowindow_body" href="${events[key].url}">
|
||||
//console.log(events[key].url);
|
||||
//lejourdesprofs.org
|
||||
//local_lejourduprof.com
|
||||
window_content += `
|
||||
<a class="infowindow_body" href="${events[key].url}">
|
||||
<a class="infowindow_body" href="${events[key].url}" target="_blank">
|
||||
<p>${events[key].title}</p>
|
||||
</a>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user