fix: matchmaking required min 1 player #5
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
export function clear(property_name, elements_id)
|
||||
{
|
||||
elements_id.forEach(element_id => {
|
||||
let element = document.getElementById(element_id)
|
||||
element[property_name] = ""
|
||||
let element = document.getElementById(element_id);
|
||||
element[property_name] = "";
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user