diff --git a/ogcp/static/js/ogcp.js b/ogcp/static/js/ogcp.js index c5c1c62..7cfa59d 100644 --- a/ogcp/static/js/ogcp.js +++ b/ogcp/static/js/ogcp.js @@ -14,7 +14,7 @@ function showSelectedClient(client_checkbox) { return; } - $('#' + pill_id).remove(); + $('#' + pill_id, container).remove(); } function showSelectedClientsOnEvents() {