ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

LoginPage: Remove 'focus' JavaScript from login template

Open mjansenDatabay opened this issue 3 years ago • 0 comments

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.

mjansenDatabay avatar Jul 28 '22 09:07 mjansenDatabay