added link of pages for posts

This commit is contained in:
lenovo
2022-11-13 18:07:59 +01:00
parent 6e67fb8c05
commit ada87da370
6 changed files with 30 additions and 43 deletions

View File

@@ -14,12 +14,9 @@ function attach_info_window(map, marker, events, infowindow) {
presence = "en presentiel";
window_content += `
<p>
${events[key].title}
</p>
<p>
${presence}
</p>
<a href="${events[key].url}" target="_blank" rel="noopener noreferrer">
<p>${events[key].title}</p>
</a>
`;
};
window_content += '</div>';