mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix county input
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user