[*] Installer : Automatically drop the system compatibility check when everything's alright
// Fixed 'next' button when the page is refreshed
This commit is contained in:
@@ -22,4 +22,9 @@ $(document).ready(function()
|
||||
else
|
||||
$('#btNext').addClass('disabled').attr('disabled', true);
|
||||
});
|
||||
|
||||
if ($('#set_license').prop('checked'))
|
||||
$('#btNext').removeClass('disabled').attr('disabled', false);
|
||||
else
|
||||
$('#btNext').addClass('disabled').attr('disabled', true);
|
||||
});
|
||||
Reference in New Issue
Block a user