From 6a6221bba504009600848673beb132b0b1b27c3c Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 29 May 2024 15:56:46 +0100 Subject: [PATCH] Forgot to add Alaska to USA --- assets/js/sections/station_locations.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/js/sections/station_locations.js b/assets/js/sections/station_locations.js index 07c890cf..a233c7d4 100644 --- a/assets/js/sections/station_locations.js +++ b/assets/js/sections/station_locations.js @@ -22,7 +22,8 @@ $(document).ready( function () { '132': 'paraguay_state', '137': 'korea_state', '144': 'uruguay_state', - '291': 'us_state' + '291': 'us_state', + '6': 'us_state' // Alaska }; // Hide all states initially