js: remove unused variable in showSelectedClientsOnEvents

Remove declaration of 'container' variable as it is no longer
used in the function.
master
Alejandro Sirgo Rica 2024-06-12 14:25:05 +02:00
parent 3f16293fea
commit 5533141ae9
1 changed files with 0 additions and 1 deletions

View File

@ -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);