Bug #21945 » 13211.diff
typo3/sysext/t3skin/resources/login.js (working copy) | ||
---|---|---|
$('t3-login-interface-section').hide();
|
||
}
|
||
|
||
$('t3-username').focus();
|
||
TYPO3BackendLogin.setLogintypeCookie('openid');
|
||
},
|
||
... | ... | |
if ($('t3-login-interface-section')) {
|
||
$('t3-login-interface-section').show();
|
||
}
|
||
checkFocus();
|
||
|
||
TYPO3BackendLogin.setLogintypeCookie('username');
|
||
},
|