Skip to content

Commit

Permalink
small bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
katemat committed Jul 15, 2020
1 parent 17c24e6 commit b2d3f2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions public/trashure-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ function getMap() {
userLocation.longitude
),
zoom: 12,
credentials:
'Ap77Q31MJhCP2ZZX2OklF0nVKFIP2AhgxeChi6y2pEvjGmJhN5xM-h1J39gwaSAX',
});

var center = map.getCenter();
Expand Down
6 changes: 4 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script type='text/javascript'
src='http://www.bing.com/api/maps/mapcontrol?callback=getMap&key=Ap77Q31MJhCP2ZZX2OklF0nVKFIP2AhgxeChi6y2pEvjGmJhN5xM-h1J39gwaSAX'
async defer></script>
src="https://www.bing.com/api/maps/mapcontrol?callback=getMap&key=AjSzMJV7gcszWBJEr05Z99O6O1Qc61m7E09vz2cyN6zjJYNGJ_RE36WjYCrYb3LD"
async
defer>
</script>
<link href="https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style2.css">
Expand Down

0 comments on commit b2d3f2c

Please sign in to comment.