Skip to content

Commit

Permalink
Fixing bug that prevents maps from displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
Herugrim authored and Riverfount committed Feb 17, 2021
1 parent 23d1ff0 commit 40b271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_googlemaps/templates/googlemaps/gmapjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
streetViewControl: {% if gmap.streetview_control %}true{% else %}false{% endif %},
rotateControl: {% if gmap.rotate_control %}true{% else %}false{% endif %},
scrollwheel: {% if gmap.scroll_wheel %}true{% else %}false{% endif %},
fullscreenControl: {% if gmap.fullscreen_control %}true{% else %}false{% endif %}
fullscreenControl: {% if gmap.fullscreen_control %}true{% else %}false{% endif %},
styles: {{ gmap.styles | tojson }}
});

Expand Down

0 comments on commit 40b271d

Please sign in to comment.