Skip to content

Commit

Permalink
closes #173
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU committed Sep 17, 2018
1 parent 667a10b commit c4c7e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/htmlwidgets/lib/map/geolocation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

function add_geolocation() {

var infoWindow = new google.maps.InfoWindow;
//var infoWindow = new google.maps.InfoWindow;
// Try HTML5 geolocation.
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position) {
Expand Down

0 comments on commit c4c7e23

Please sign in to comment.