Skip to content

Commit

Permalink
Fixes a minor URL issue with campaign tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
hobnob committed Dec 22, 2020
1 parent aa86e8c commit 3e3e2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualGloomhavenBoard/wwwroot/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
if (document.referrer.includes("gloomhaven-storyline.com")) {
o.campaignTracker = {
name: "Gloomhaven Storyline",
url: "https://gloomhaven-storyline.com/#/story/{scenarioId}"
url: "https://gloomhaven-storyline.com/tracker/#/story/{scenarioId}"
}
}
}
Expand Down

0 comments on commit 3e3e2ea

Please sign in to comment.