mirror of https://github.com/apache/archiva.git
fix changed id
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1228754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f71272cd55
commit
9d782683a9
|
@ -166,7 +166,8 @@ $(function() {
|
|||
viewModel.roles=mappedRoles;
|
||||
$("#main-content #user-edit-roles-view").attr("data-bind",'template: {name:"user_edit_roles_tmpl"}');
|
||||
ko.applyBindings(viewModel,$("#user-edit-roles-view").get(0));
|
||||
$("#main-content #edit-user-details-pills-headers").pills();
|
||||
$("#main-content #edit_user_details_pills_headers").pills();
|
||||
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue