SUPPORT-9601: fix
This commit is contained in:
parent
6b47376d19
commit
e67ad56058
1 changed files with 2 additions and 0 deletions
|
|
@ -75,12 +75,14 @@ window.addEventListener('DOMContentLoaded', () => {
|
|||
} else {
|
||||
if (loginButton) {
|
||||
loginButton.classList.add('disabled');
|
||||
loginButton.addEventListener('click', (e) => e.preventDefault());
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
if (loginButton) {
|
||||
loginButton.classList.add('disabled');
|
||||
loginButton.addEventListener('click', (e) => e.preventDefault());
|
||||
}
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue