mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
added hint to band selector about band validity
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
var lang_export_reg1testedi_select_date_range = '<?= __("Select Date Range") ?>';
|
||||
var lang_export_reg1testedi_select_band = '<?= __("Select Band") ?>';
|
||||
var lang_export_reg1testedi_no_contests_for_stationlocation = '<?= __("No contests were found for this station location!") ?>';
|
||||
var lang_export_reg1testedi_bandhint = '<?= __("Bands below 50Mhz are not valid for the EDI REG1TEST format and will be invalid.") ?>';
|
||||
</script>
|
||||
<div class="container">
|
||||
|
||||
|
||||
@@ -115,6 +115,8 @@ function loadContestBands() {
|
||||
.attr("value",value.band)
|
||||
.text(value.band));
|
||||
});
|
||||
|
||||
$(".contestbands").append('<small id="band_hint" class="form-text text-muted col-md-2">' + lang_export_reg1testedi_bandhint + '</small>');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user