Removed unnecessary comments

这个提交包含在:
HB9HIL 2023-10-16 17:06:07 +02:00
父节点 d018137308
当前提交 4ab1200c56
共有 2 个文件被更改,包括 0 次插入4 次删除

查看文件

@ -45,8 +45,6 @@
<input type="number" class="form-control" name="station_power" id="stationPowerInput" step="1" aria-describedby="stationPowerInputHelp" placeholder="10"> <input type="number" class="form-control" name="station_power" id="stationPowerInput" step="1" aria-describedby="stationPowerInputHelp" placeholder="10">
<small id="stationPowerInputHelp" class="form-text text-muted"><?php echo lang("station_location_power_hint"); ?></small> <small id="stationPowerInputHelp" class="form-text text-muted"><?php echo lang("station_location_power_hint"); ?></small>
</div> </div>
<!-- Loading Warning Text for Deleted DXCC -->
<div class="form-group"> <div class="form-group">
<label for="stationDXCCInput"><?php echo lang("station_location_dxcc"); ?></label> <label for="stationDXCCInput"><?php echo lang("station_location_dxcc"); ?></label>
<?php if ($dxcc_list->num_rows() > 0) { ?> <?php if ($dxcc_list->num_rows() > 0) { ?>

查看文件

@ -64,8 +64,6 @@
<div class="card"> <div class="card">
<div class="card-header"><?php echo lang("general_word_location"); ?></div> <div class="card-header"><?php echo lang("general_word_location"); ?></div>
<div class="card-body"> <div class="card-body">
<!-- Loading Warning Text for Deleted DXCC -->
<!-- DXCC --> <!-- DXCC -->
<div class="form-group"> <div class="form-group">
<label for="stationDXCCInput"><?php echo lang("station_location_dxcc"); ?></label> <label for="stationDXCCInput"><?php echo lang("station_location_dxcc"); ?></label>