summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/play.js b/play.js
index 75b5602..cfb83a4 100644
--- a/play.js
+++ b/play.js
@@ -385,7 +385,8 @@ function build_user_interface() {
if (s) US_STATES_LAYOUT.push(LAYOUT[s.code])
}
for(let r of REGION_NAMES) {
- if (r) REGIONS_LAYOUT.push(LAYOUT[r])
+ if (r)
+ REGIONS_LAYOUT.push(LAYOUT[r.replaceAll(' & ', '')])
}
// TODO use onmousedown and figure out why it didn't work on mobile