hjkhklj
This commit is contained in:
parent
9f9399eb1b
commit
86f123423a
|
|
@ -390,7 +390,7 @@
|
||||||
const button = document.getElementById(buttonId);
|
const button = document.getElementById(buttonId);
|
||||||
if (button) {
|
if (button) {
|
||||||
button.disabled = states[buttonId];
|
button.disabled = states[buttonId];
|
||||||
button.hidden = states[buttonId];
|
// button.hidden = states[buttonId];
|
||||||
} else {
|
} else {
|
||||||
console.warn(`Button with ID ${buttonId} not found.`);
|
console.warn(`Button with ID ${buttonId} not found.`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue