Bug fix: do not (try to) launch the backup if the backup detection told us that the backup is not possible!

SVN:trunk[5285]
This commit is contained in:
Denis Flaven
2018-01-17 16:31:16 +00:00
parent dc0e739667
commit c7c2f4a482

View File

@@ -68,7 +68,8 @@ $(function()
}
else
{
$('#backup_status').html(data.message);
$('#backup_status').html(data.message);
$('#backup_checkbox').prop('checked', false);
}
if ($('#hub_start_installation').hasClass('ui-button'))
{