From 8524dee4eb05068d87bc83f4f2969b3b66f00c00 Mon Sep 17 00:00:00 2001 From: Yohaan Seth Nathan <73843275+TheYoBots@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:05:52 +0000 Subject: [PATCH] test --- ui/lobby/src/boot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;