N°4626 Fix backup error message not showing

This commit is contained in:
Stephen Abello
2022-01-26 16:14:41 +01:00
parent 627c0070c1
commit 151f42ceef

View File

@@ -439,7 +439,7 @@ function LaunchBackupNow()
if (data.search(/error|exceptio|notice|warning/i) != -1)
{
$('#backup_errors').html(data);
$('#backup_errors').show();
$('#backup_errors').removeClass('ibo-is-hidden');
}
else
{