fix county input

This commit is contained in:
HB9HIL
2024-02-17 19:04:42 +01:00
parent e10692904c
commit 6033378db4
2 changed files with 3 additions and 3 deletions

View File

@@ -352,8 +352,8 @@
</div>
<div class="mb-3" id="location_us_county">
<label for="stationCntyInput"><?php echo lang('gen_hamradio_county_reference'); ?></label>
<input class="form-control" id="stationCntyInput" type="text" name="county" value="" />
<label for="stationCntyInputEdit"><?php echo lang('gen_hamradio_county_reference'); ?></label>
<input class="form-control" id="stationCntyInputEdit" type="text" name="county" value="" />
</div>
<div class="mb-3">

View File

@@ -577,7 +577,7 @@ function reset_fields() {
var $select = $('#darc_dok').selectize();
var selectize = $select[0].selectize;
selectize.clear();
$select = $('#stationCntyInput').selectize();
$select = $('#stationCntyInputEdit').selectize();
selectize = $select[0].selectize;
selectize.clear();