Narrow client removal to scopes and commands pages

Otherwise, undesired removal of selected clients pills occurs.
multi-ogserver
Javier Sánchez Parra 2022-03-02 15:52:48 +01:00
parent 30b3ef90b1
commit dc8759d2b9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function showSelectedClient(client_checkbox) {
return;
}
$('#' + pill_id).remove();
$('#' + pill_id, container).remove();
}
function showSelectedClientsOnEvents() {