File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments