Project

General

Profile

Bug #21945 » 13211.diff

Administrator Admin, 2010-01-12 16:19

View differences:

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');
},
(1-1/2)