removed login with key press funcitonality
This commit is contained in:
@@ -903,8 +903,3 @@ loadContributions();
|
|||||||
|
|
||||||
// Show Welcome Modal on first Visit
|
// Show Welcome Modal on first Visit
|
||||||
checkWelcomeModal();
|
checkWelcomeModal();
|
||||||
|
|
||||||
// Submits Login with Key Press
|
|
||||||
document.getElementById('user-name-input').addEventListener('keydown', function (e) {
|
|
||||||
if (e.key === 'Enter') submitLogin();
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user