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

SVN:2.4[5287]
This commit is contained in:
Denis Flaven
2018-01-17 16:37:39 +00:00
parent 44b9f23117
commit 4b6258dfa1

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'))
{