| /trunk/applications/rendu/squelettes/js/commun.js |
|---|
| 418,10 → 418,9 |
| }); |
| google.maps.event.addListener(tableau_marqueurs[id_marqueur], 'click', function() { |
| contenu_fenetre = formaterContenuFenetre(infos_obs.obs); |
| infowindow.close(); |
| infowindow.content = contenu_fenetre; |
| infowindow.setContent(contenu_fenetre); |
| infowindow.open(map,this); |
| }); |