From ced38b68e983f1749412671a71a603f1271cd2a0 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Tue, 4 Apr 2023 16:20:21 -0400 Subject: [PATCH] Add Chicago and Paris locations --- global.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/global.js b/global.js index d895aec..703c9ba 100644 --- a/global.js +++ b/global.js @@ -52,7 +52,9 @@ var regionNames = { "ap-southeast": "Sydney, NSW, AU", "philadelphia": "Philadelphia, PA, USA", "absecon": "Absecon, NJ, USA", - "us-iad": "Washington DC, USA" + "us-iad": "Washington DC, USA", + "us-ord": "Chicago, IL, USA", + "fr-par": "Paris, FR" }; // Human-readable event titles