
[email protected] Maven / Gradle / Ivy
The newest version!
const button = document.getElementById('login');
if (button) {
button.addEventListener('click', () => {
button.textContent = '...';
button.classList.add('is-loading');
button.disabled = true;
document.getElementById("login-form").submit();
});
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy