dev/patrick #1
@@ -884,4 +884,9 @@ buildCategoryFilter();
|
|||||||
loadContributions();
|
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