UI bug fix
This commit is contained in:
parent
51d34518e2
commit
185fc6a372
@ -1107,7 +1107,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function buttonLoader(id, show) {
|
function buttonLoader(id, show) {
|
||||||
const button = typeof id === 'string' ? getRef(id) : id;
|
const button = typeof id === 'string' ? document.getElementById(id) : id;
|
||||||
button.disabled = show;
|
button.disabled = show;
|
||||||
const animOptions = {
|
const animOptions = {
|
||||||
duration: 200,
|
duration: 200,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user