diff --git a/public/js/app.js b/public/js/app.js index 29d82b6..2fe912f 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -902,9 +902,4 @@ buildCategoryFilter(); loadContributions(); // Show Welcome Modal on first Visit -checkWelcomeModal(); - -// Submits Login with Key Press -document.getElementById('user-name-input').addEventListener('keydown', function (e) { - if (e.key === 'Enter') submitLogin(); -}); \ No newline at end of file +checkWelcomeModal(); \ No newline at end of file