Commit c963c53b authored by Dominik Rosiek's avatar Dominik Rosiek

jest ok

parent 44d1493d
......@@ -4,9 +4,9 @@
<script>
var map;
$(document).ready(function(){
function startMap(){
map = new Map();
});
};
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAaYyVEcLFqwKP_VnzfRSIMkWWWrLtMiGQ&signed_in=true&callback=initMap"></script>
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAaYyVEcLFqwKP_VnzfRSIMkWWWrLtMiGQ&signed_in=true&callback=startMap"></script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment