From 5533141ae93581463fa4dcc2677742274e32ea86 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 12 Jun 2024 14:25:05 +0200 Subject: js: remove unused variable in showSelectedClientsOnEvents Remove declaration of 'container' variable as it is no longer used in the function. --- ogcp/static/js/ogcp.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ogcp/static/js') 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); -- cgit v1.2.3-18-g5258