We need to add None as DXCC to the array separately

This commit is contained in:
phl0
2024-08-20 20:33:08 +02:00
parent 054be37fa6
commit 1f72ac3272
3 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
<script>
var dxccarray = [];
dxccarray.push({
adif: 0,
name: '- None -',
cq: '',
itu: '',
});
<?php
if ($dxcc_list->result() > 0) {