Skip to content

Commit

Permalink
set default map lang to en
Browse files Browse the repository at this point in the history
  • Loading branch information
hm0429 committed Feb 6, 2022
1 parent 13f9a1b commit e29e574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/run/lock3r/views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html
script(src="https://cdn.ethers.io/lib/ethers-5.2.umd.min.js")
script(src="https://cdn.jsdelivr.net/npm/web3@latest/dist/web3.min.js")
script(src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js', integrity='sha512-qTXRIMyZIFb8iQcfjXWCO8+M5Tbc38Qi5WzdPOYZHIlZpzBHG3L3by84BBBOiRGiEb7KKtAOAs5qYdUiZiQNNQ==', crossorigin='anonymous', referrerpolicy='no-referrer')
script(src='https://maps.google.com/maps/api/js?key=AIzaSyBErH2Qs7k65oVNmsy-nvXGk8vI0AKz3CA&language=ja')
script(src='https://maps.google.com/maps/api/js?key=AIzaSyBErH2Qs7k65oVNmsy-nvXGk8vI0AKz3CA&language=en')
script(src="/js/main.js")
body
#loading
Expand Down

0 comments on commit e29e574

Please sign in to comment.