mirror of https://git.48k.eu/ogcp
Narrow client removal to scopes and commands pages
Otherwise, undesired removal of selected clients pills occurs.multi-ogserver
parent
30b3ef90b1
commit
dc8759d2b9
|
@ -14,7 +14,7 @@ function showSelectedClient(client_checkbox) {
|
|||
return;
|
||||
}
|
||||
|
||||
$('#' + pill_id).remove();
|
||||
$('#' + pill_id, container).remove();
|
||||
}
|
||||
|
||||
function showSelectedClientsOnEvents() {
|
||||
|
|
Loading…
Reference in New Issue