Commit c963c53b authored by Dominik Rosiek's avatar Dominik Rosiek

jest ok

parent 44d1493d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
<script> <script>
var map; var map;
$(document).ready(function(){ function startMap(){
map = new Map(); map = new Map();
}); };
</script> </script>
<script async defer <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