V1.1.2
This commit is contained in:
parent
ac0f445252
commit
cab604778c
@ -63,6 +63,14 @@
|
||||
adminLink.hidden = true;
|
||||
}
|
||||
|
||||
accountPanel.addEventListener('click', function (event) {
|
||||
if (!accountPanel.classList.contains('is-authenticated')) {
|
||||
return;
|
||||
}
|
||||
|
||||
event.stopImmediatePropagation();
|
||||
}, true);
|
||||
|
||||
loginForm.addEventListener('submit', function (event) {
|
||||
event.preventDefault();
|
||||
setStatus('', false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user