Skip to content

Commit

Permalink
Fix syntax error in American stations
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed May 13, 2024
1 parent 51db30e commit ae25bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/stations/stations-america.js
Original file line number Diff line number Diff line change
Expand Up @@ -22341,6 +22341,7 @@ var stations = {
logo: "stations/images-america/the_dalles/KODL 100.7.png",
url: "http://ice3.securenetsystems.net/KODL"
},
],
"thedford": [
{
name: "NPM 90.3",
Expand Down Expand Up @@ -57987,4 +57988,4 @@ stations = $.extend(stations, stations_mexico);
stations = $.extend(stations, stations_c2c);
stations = $.extend(stations, stations_canada);
stations = $.extend(stations, stations_caribbean);
stations = $.extend(stations, stations_alaska);
stations = $.extend(stations, stations_alaska);

0 comments on commit ae25bb8

Please sign in to comment.