Skip to content

Commit 72b16b4

Browse files
committed
update api key
1 parent 445b2d5 commit 72b16b4

5 files changed

Lines changed: 4 additions & 77 deletions

File tree

docs/etc/_map/index.html

Lines changed: 0 additions & 73 deletions
This file was deleted.

docs/etc/map/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
src="https://code.jquery.com/jquery-3.2.1.min.js"
2121
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
2222
crossorigin="anonymous"></script>
23-
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCw7zqFoBdpJvZOUBl8SxHP6M0EtYM5h6M&callback=initMap"
23+
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAY1llYn4ho15v8YB-DPNkk0HDgaKPC9Wo&callback=initMap"
2424
async defer></script>
2525
<script>
2626
function initMap() {

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
src="https://code.jquery.com/jquery-3.2.1.min.js"
4747
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
4848
crossorigin="anonymous"></script>
49-
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCw7zqFoBdpJvZOUBl8SxHP6M0EtYM5h6M&callback=initMap"
49+
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAY1llYn4ho15v8YB-DPNkk0HDgaKPC9Wo&callback=initMap"
5050
async defer></script>
5151
<script src="js/map.js"></script>
5252
<div class="main">

source/html/etc/map/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ div#map_canvas {
3030
src="https://code.jquery.com/jquery-3.2.1.min.js"
3131
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
3232
crossorigin="anonymous"></script>
33-
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCw7zqFoBdpJvZOUBl8SxHP6M0EtYM5h6M&callback=initMap"
33+
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAY1llYn4ho15v8YB-DPNkk0HDgaKPC9Wo&callback=initMap"
3434
async defer></script>
3535
<script>
3636
function initMap() {

source/html/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var param = {
1919
src="https://code.jquery.com/jquery-3.2.1.min.js"
2020
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
2121
crossorigin="anonymous"></script>
22-
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCw7zqFoBdpJvZOUBl8SxHP6M0EtYM5h6M&callback=initMap"
22+
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAY1llYn4ho15v8YB-DPNkk0HDgaKPC9Wo&callback=initMap"
2323
async defer></script>
2424
<script src="js/map.js"></script>
2525
<div class="main">

0 commit comments

Comments
 (0)