bozo move

This commit is contained in:
AdrienLSH 2024-01-29 10:19:11 +01:00
parent feaaaec128
commit f32caad343

View File

@ -19,7 +19,7 @@ import TournamentPageView from "./views/tournament/TournamentPageView.js";
import TournamentsView from "./views/tournament/TournamentsListView.js";
import TournamentCreateView from "./views/tournament/TournamentCreateView.js";
let client = new Client(location.protocol + "//" + location.host)
let client = new Client(location.origin)
let lastView = undefined
let lastPageUrlBeforeLogin = undefined