diff options
Diffstat (limited to 'ogcp/static')
-rw-r--r-- | ogcp/static/js/ogcp.js | 1 |
1 files changed, 0 insertions, 1 deletions
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); |