Skip to content

Commit

Permalink
Fix missing quote in list of staging URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
danrademacher committed Jul 26, 2024
1 parent e4c3c70 commit 378e67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed-map-single-year.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var stylesByLayer = {
/* Woodblock (production) */
W: 'https://www.openhistoricalmap.org/map-styles/woodblock/woodblock.json',
/* Woodblock (staging) */
W_staging: 'https://openhistoricalmap.github.io/map-styles/woodblock/woodblock.json,
W_staging: 'https://openhistoricalmap.github.io/map-styles/woodblock/woodblock.json',
};

addEventListener('load', function () {
Expand Down

0 comments on commit 378e67c

Please sign in to comment.