dev/patrick #1

Merged
lukas.uptmoor merged 69 commits from dev/patrick into main 2026-04-20 16:32:31 +02:00
Showing only changes of commit dbacae3f2e - Show all commits

View File

@@ -903,8 +903,3 @@ 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();
});