Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 3e3e2ea

Browse files
committed
Fixes a minor URL issue with campaign tracker
1 parent aa86e8c commit 3e3e2ea

File tree

1 file changed

+1
-1
lines changed
  • VirtualGloomhavenBoard/wwwroot/js

1 file changed

+1
-1
lines changed

VirtualGloomhavenBoard/wwwroot/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
if (document.referrer.includes("gloomhaven-storyline.com")) {
190190
o.campaignTracker = {
191191
name: "Gloomhaven Storyline",
192-
url: "https://gloomhaven-storyline.com/#/story/{scenarioId}"
192+
url: "https://gloomhaven-storyline.com/tracker/#/story/{scenarioId}"
193193
}
194194
}
195195
}

0 commit comments

Comments
 (0)