Browse Source

event.php

master
AmarOk 10 years ago
parent
commit
4675cf403f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      event.php

+ 1
- 1
event.php View File

@ -79,7 +79,7 @@
});
var geocoder = new google.maps.Geocoder();
geocoder.geocode({'address': <?php echo $event["localisation"]; ?>}, function(results, status) {
geocoder.geocode({'address': '<?php echo $event["localisation"]; ?>'}, function(results, status) {
if (status === google.maps.GeocoderStatus.OK) {
resultsMap.setCenter(results[0].geometry.location);
var marker = new google.maps.Marker({


Loading…
Cancel
Save