diff --git a/theme/scoreboard.html b/theme/scoreboard.html index fcbbc5b..fccae02 100644 --- a/theme/scoreboard.html +++ b/theme/scoreboard.html @@ -111,6 +111,9 @@ function once() { } function init() { + let base = window.location.href.replace("scoreboard.html", "") + document.querySelector("#location").textContent = base + setInterval(once, 60000); once(); } @@ -123,6 +126,7 @@ if (document.readyState === "loading") {

Scoreboard

+