* [bug#53975] adjust priv set page linkage.
This commit is contained in:
@@ -404,14 +404,7 @@ function groupItemChange()
|
||||
{
|
||||
var dataid = $(this).attr('data-id');
|
||||
var $priv = $('#privPackageList').find('.group-item input[data-id="' + dataid + '"]');
|
||||
if(checked)
|
||||
{
|
||||
$priv.attr('checked', true);
|
||||
}
|
||||
else
|
||||
{
|
||||
$priv.removeAttr('checked');
|
||||
}
|
||||
$priv.prop('checked', checked);
|
||||
}
|
||||
|
||||
var moduleName = $(this).closest('.group-item').attr('data-module');
|
||||
|
||||
Reference in New Issue
Block a user