diff options
Diffstat (limited to 'templates/includes/map_entry_list_template.html')
-rw-r--r-- | templates/includes/map_entry_list_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/map_entry_list_template.html b/templates/includes/map_entry_list_template.html index aae8950..11dc1da 100644 --- a/templates/includes/map_entry_list_template.html +++ b/templates/includes/map_entry_list_template.html @@ -72,7 +72,7 @@ function initialize() { mapTypeId: google.maps.MapTypeId.TERRAIN, disableDefaultUI: true, navigationControl: true, - navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL}, + navigationControlOptions: {style: google.maps.NavigationControlStyle.SMALL} }; //create map map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); |