* Fix bug #24648.
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