diff --git a/ogcp/static/js/ogcp.js b/ogcp/static/js/ogcp.js index a52ff93..8916353 100644 --- a/ogcp/static/js/ogcp.js +++ b/ogcp/static/js/ogcp.js @@ -46,7 +46,6 @@ function showSelectedClient(client_checkbox) { function showSelectedClientsOnEvents() { const checkboxes = $('input:checkbox[form|="scopesForm"]'); - const container = $('#selected-clients'); checkboxes.on('change show-client', function () { showSelectedClient(this);