mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-11 23:21:42 +00:00
Replace dash-separated config & API properties with underscore-separated versions. #127
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h5 class="card-title">QRZ.com</h5>
|
||||
<div class="card-text spothole-card-text">
|
||||
<div class="form-check mb-2">
|
||||
<input type="checkbox" class="storeable-checkbox form-check-input" id="qrz-enabled"
|
||||
<input type="checkbox" class="storeable-checkbox form-check-input" id="qrz_enabled"
|
||||
onchange="saveSettings();">
|
||||
<label for="qrz-enabled" class="form-check-label">Use data from QRZ.com</label>
|
||||
<label for="qrz_enabled" class="form-check-label">Use data from QRZ.com</label>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<input type="text" class="storeable-text form-control" id="qrz-username"
|
||||
|
||||
Reference in New Issue
Block a user