mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
callsign always as uppercase
This commit is contained in:
parent
691f967aaf
commit
2d820bbcc4
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@
|
|||
class="form-control"
|
||||
placeholder="N0CALL-10"
|
||||
required=""
|
||||
oninput="this.value = this.value.toUpperCase();"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue