This commit is contained in:
Walter Hupfeld
2023-07-30 17:44:03 +02:00
parent b2ad23bd97
commit e09253a434
3 changed files with 22 additions and 19 deletions

View File

@@ -353,7 +353,8 @@
$('.td_utyp').show();
break;
case 'UBET':
$('.td_ubet').show();
$('.td_ubet').show();
$('.veh_<?=$numVehicle?>').hide();
break;
}
});