Remove duplicate setContent
This commit is contained in:
parent
dd7f8b907e
commit
d44ad4c246
|
@ -428,7 +428,6 @@ $(function() {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
activeInfoWindow.setContent(data);
|
|
||||||
activeInfoWindow.setContent(data);
|
activeInfoWindow.setContent(data);
|
||||||
image = new google.maps.MarkerImage('<%= image_path 'markers/green.png' %>',
|
image = new google.maps.MarkerImage('<%= image_path 'markers/green.png' %>',
|
||||||
new google.maps.Size(27.0, 37.0),
|
new google.maps.Size(27.0, 37.0),
|
||||||
|
|
Loading…
Reference in New Issue