Skip to content

Commit 3f24f55

Browse files
Removing sensor parameter from the script
1 parent 81c7abc commit 3f24f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_layouts/default.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{% if page.permalink == '/' or page.permalink == '/hackathon/' %}
5353
<script>
5454
if($(window).width()>767){
55-
document.write('<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB5k2Hn4MkSeG_msO7YdioZoNrGAe0kqfY&sensor=false"><\/script>')
55+
document.write('<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB5k2Hn4MkSeG_msO7YdioZoNrGAe0kqfY"><\/script>')
5656
}
5757
</script>
5858
{% elsif page.permalink == '/logistics/' %}

0 commit comments

Comments
(0)