Project

General

Profile

Bug #58010 » patch_LoginFormHook.diff

workaround, disables concatenation and compression - Dirk Klimpel, 2014-04-18 13:18

View differences:

typo3/sysext/rsaauth/Classes/Hook/LoginFormHook.php
'BackendLoginFormRsaEncryption.js'
);
foreach ($files as $file) {
$pageRenderer->addJsFooterFile($javascriptPath . $file);
$pageRenderer->addJsFooterFile($javascriptPath . $file, 'text/javascript', false, false ,'', true);
}
return '<form action="index.php" id="typo3-login-form" method="post" name="loginform">';
(3-3/3)