This commit is contained in:
mayue
2022-06-28 16:34:27 +08:00
parent f325c96060
commit 6fd3657052
+1 -1
View File
@@ -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();
})
}