Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYoBots committed Jan 20, 2024
1 parent 46adefc commit 8524dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lobby/src/boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8524dee

Please sign in to comment.