Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rithasahmed12 authored Mar 8, 2024
1 parent 9f6eb8b commit dba76e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function success(position) {
marker.setPosition({ lat: latitude, lng: longitude });
} else {
var currentIcon = {
url: '/current-indicator.png',
url: 'current-indicator.png',
scaledSize: new google.maps.Size(40, 40),
};
marker = new google.maps.Marker({
Expand Down

0 comments on commit dba76e6

Please sign in to comment.