matchmaking: fix:
This commit is contained in:
parent
9799b3adbe
commit
df6898e2bb
@ -69,7 +69,7 @@ export default class extends AbstractAuthenticatedView {
|
||||
addChangeNbPlayersEvent()
|
||||
{
|
||||
let update = () => {
|
||||
this.button.disabled = (this.input.value < 2 || this.input.value > 4);
|
||||
this.button.disabled = (this.nb_players_input.value < 2 || this.nb_players_input.value > 4);
|
||||
};
|
||||
|
||||
["change", "oninput"].forEach((event_name) => {
|
||||
|
Loading…
Reference in New Issue
Block a user