Merge branch 'sprint/208_tianshujie_fixbug' into 'master'
* Fix bug #24648. See merge request easycorp/zentaopms!4304
This commit is contained in:
@@ -44,4 +44,9 @@ $(function()
|
||||
if(repoNum > checkedRepoNum) checked = false;
|
||||
$('#checkAllRepos').prop('checked', checked);
|
||||
})
|
||||
|
||||
$('#products').change(function()
|
||||
{
|
||||
$('#submit').removeAttr('disabled');
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user