From 47d88480f37cd93118bfbf3385c5b0d1671ad35f Mon Sep 17 00:00:00 2001 From: JP Reilly Date: Tue, 3 Jun 2025 10:58:19 -0500 Subject: [PATCH 1/3] force english --- public/index.html | 2 +- src/location-input/googlePlace/googlePlaceLibraryLoader.ts | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 84c0998..61fe08b 100644 --- a/public/index.html +++ b/public/index.html @@ -294,7 +294,7 @@

- + @@ -76,7 +76,7 @@ var marketStatus = "unavailable"; try { const response = await fetch( - "https://bpc-web-static-files.s3.us-east-2.amazonaws.com/deregulated-zips.csv", + "https://bpc-web-static-files.s3.us-east-2.amazonaws.com/deregulated-zips.csv" ); const csvText = await response.text(); const lines = csvText.split("\n"); @@ -199,7 +199,7 @@ var marketStatus = "no"; try { const response = await fetch( - "https://bpc-web-static-files.s3.us-east-2.amazonaws.com/deregulated-zips.csv", + "https://bpc-web-static-files.s3.us-east-2.amazonaws.com/deregulated-zips.csv" ); const csvText = await response.text(); const lines = csvText.split("\n"); @@ -282,7 +282,7 @@ var autocomplete = new google.maps.places.Autocomplete( input, - autocompleteOptions, + autocompleteOptions ); autocomplete.setComponentRestrictions({ country: ["us"] }); From 5b4068879df5a5aa47678ecf6d8e65c41e9cdfd3 Mon Sep 17 00:00:00 2001 From: JP Reilly Date: Tue, 3 Jun 2025 11:21:25 -0500 Subject: [PATCH 3/3] version --- static/webflow/Home/before-body.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/webflow/Home/before-body.html b/static/webflow/Home/before-body.html index f2e6bb1..1497d28 100644 --- a/static/webflow/Home/before-body.html +++ b/static/webflow/Home/before-body.html @@ -1,7 +1,7 @@ @@ -13,7 +13,7 @@ crossorigin >