diff --git a/ui/lobby/src/boot.ts b/ui/lobby/src/boot.ts index c9a2220af7578..9d863423f59c5 100644 --- a/ui/lobby/src/boot.ts +++ b/ui/lobby/src/boot.ts @@ -86,7 +86,7 @@ export default function boot(cfg, element) { $(this).addClass('active').siblings().removeClass('active'); window.lishogi.loadCssPath('lobby.setup'); lobby.leavePool(); - let url = this.href; + let url = $(this).attr('href'); if (this.dataset.hrefAddon) { url += this.dataset.hrefAddon; delete this.dataset.hrefAddon;