mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 16:17:14 +02:00
Fixes #4737 Removal of type="text/javascript" and type="text/css"
This commit is contained in:
@@ -285,7 +285,7 @@ class auth
|
||||
{
|
||||
e107::lan('core', 'login');
|
||||
$text .= e107::getMessage()->render(); // see e107_handlers/login.php L622
|
||||
$text .= "<script type='text/javascript'>
|
||||
$text .= "<script>
|
||||
window.setTimeout(function() {
|
||||
$('.alert').fadeTo(500, 0).slideUp(500, function(){
|
||||
$(this).remove();
|
||||
|
Reference in New Issue
Block a user