mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-17 06:54:21 +01:00
(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:
@@ -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