This commit is contained in:
tianshujie
2022-07-01 10:18:40 +08:00
parent 16f529d724
commit e2ff037dad
+5
View File
@@ -44,4 +44,9 @@ $(function()
if(repoNum > checkedRepoNum) checked = false;
$('#checkAllRepos').prop('checked', checked);
})
$('#products').change(function()
{
$('#submit').removeAttr('disabled');
})
})