* Fix bug #24479.
This commit is contained in:
@@ -58,7 +58,7 @@ function toggleAcl(acl, type)
|
||||
$.get(link, function(users)
|
||||
{
|
||||
$('#users').replaceWith(users);
|
||||
$('#user').next(' .picker').remove();
|
||||
$('#users').next('.picker').remove();
|
||||
$('#users').picker();
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user