mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-16 22:44:13 +01:00
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:
@@ -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'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user