Fix in multiprogress

This commit is contained in:
Antonio de la Rosa 2022-02-11 00:47:24 +01:00
parent 14b28c05ca
commit 8f903f4ad5
2 changed files with 3 additions and 1 deletions

View file

@ -87,7 +87,7 @@ $(document).ready(function () {
server_ids=[];
$('.server_id').each( function () {
$('.server_id:checked').each( function () {
server_ids.push($(this).val());