added link of pages for posts
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user