Skip to content

Commit 08998e3

Browse files
committed
Update API key to LocationIQ
1 parent 2ed7486 commit 08998e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/dispatcher.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ window.onload = function geoLocator() {
4242
cookie_lat = Cookies.get("umbrella_coord_lat");
4343

4444
// API key which we use in the next piece
45-
const liq_api_key = "pk.eefd10f42ceaa935c889b114939968a2"; // well... no way to hide it ¯\_(ツ)_/¯
45+
const liq_api_key = "pk.902bc1978da05ea883a2dbf684e81787"; // well... no way to hide it ¯\_(ツ)_/¯
4646

4747
// we need to get city name from LocationIQ API
4848
liqURL = "https://eu1.locationiq.com/v1/reverse.php?key=" +
@@ -160,7 +160,7 @@ window.onload = function geoLocator() {
160160
}
161161
// user typed something and hit OK; success - let's go
162162
else if (query_input) {
163-
const liq_api_key = "pk.eefd10f42ceaa935c889b114939968a2"; // well... no way to hide it ¯\_(ツ)_/¯
163+
const liq_api_key = "pk.902bc1978da05ea883a2dbf684e81787"; // well... no way to hide it ¯\_(ツ)_/¯
164164

165165
// grab data from URL
166166
fetch(
@@ -338,7 +338,7 @@ function manualFinder() { // globe icon
338338
}
339339
// user typed something and hit OK; success - let's go
340340
else if (query_input) {
341-
const liq_api_key = "pk.eefd10f42ceaa935c889b114939968a2"; // well... no way to hide it ¯\_(ツ)_/¯
341+
const liq_api_key = "pk.902bc1978da05ea883a2dbf684e81787"; // well... no way to hide it ¯\_(ツ)_/¯
342342

343343
// grab data from URL
344344
fetch(

0 commit comments

Comments
 (0)