mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-10-30 13:25:29 +01:00
plein de trucs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
for(i in places) {
|
||||
var popup = '<strong>'+places[i][1]+'</strong>';
|
||||
for(j in places[i][2]) {
|
||||
popup += '<br/>'+places[i][2][j][0]+' : <a href="mailto:'+places[i][2][j][1]+'">'+places[i][2][j][1]+'</a>';
|
||||
popup += '<br/>'+places[i][2][j][0];
|
||||
}
|
||||
L.marker(places[i][0]).addTo(map)
|
||||
.bindPopup(popup);
|
||||
|
||||
Reference in New Issue
Block a user