ILIAS
ILIAS copied to clipboard
LoginPage: Remove 'focus' JavaScript from login template
The JavaScript used in tpl.login.html to focus either the username or password field does not have any effect.
The focus is handled by src/UI/templates/js/Page/stdpage.js, so this PR removes the obsolete JS code from the login template.