mirror of https://git.48k.eu/ogcp
js: remove unused variable in showSelectedClientsOnEvents
Remove declaration of 'container' variable as it is no longer used in the function.master
parent
3f16293fea
commit
5533141ae9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue