Plugin: disable version select when reboot is required

This commit is contained in:
bergware
2021-05-14 21:45:08 +02:00
parent 7088aacc5c
commit 5c022ef821

View File

@@ -89,6 +89,7 @@ function loadlist(id,check) {
case 'return' : updateInfo(data); break;
case 'install': list.find(tr).remove(); list.append(warning(data)); break;
}
$('#change_branch').prop('disabled',true);
} else {
<?if (!$reboot):?>
updateInfo(data);