mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
jslint cleanup
This commit is contained in:
parent
25cfddcbe1
commit
2b50853492
@ -480,7 +480,8 @@ IPA.get_member_attribute = function (obj_name, member)
|
||||
}
|
||||
return null;
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
IPA.create_network_spinner = function(){
|
||||
return $('<span />',{
|
||||
|
@ -44,7 +44,7 @@ IPA.sudocmd = function () {
|
||||
that.add_facet(facet);
|
||||
|
||||
facet = IPA.sudocmd_details_facet({
|
||||
'name': 'details',
|
||||
'name': 'details'
|
||||
});
|
||||
that.add_facet(facet);
|
||||
|
||||
|
@ -50,7 +50,7 @@ IPA.sudocmdgroup = function () {
|
||||
that.add_facet(facet);
|
||||
|
||||
facet = IPA.sudocmdgroup_details_facet({
|
||||
'name': 'details',
|
||||
'name': 'details'
|
||||
});
|
||||
that.add_facet(facet);
|
||||
|
||||
|
@ -44,7 +44,7 @@ IPA.sudorule = function () {
|
||||
that.add_facet(facet);
|
||||
|
||||
facet = IPA.sudorule_details_facet({
|
||||
'name': 'details',
|
||||
'name': 'details'
|
||||
});
|
||||
that.add_facet(facet);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user