[Gridsquare Map] When loading band map default to "ALL" qsos rather than 2m

这个提交包含在:
Peter Goodhall 2022-11-28 13:15:55 +00:00
父节点 14c0aeb2dc
当前提交 cc0b3f774d

查看文件

@ -15,6 +15,6 @@
<?php if ($sat_active) { ?> <?php if ($sat_active) { ?>
<a class="nav-link" href="<?php echo site_url('gridsquares/satellites'); ?>">Satellites</a> <a class="nav-link" href="<?php echo site_url('gridsquares/satellites'); ?>">Satellites</a>
<?php } ?> <?php } ?>
<a class="nav-link" href="<?php echo site_url('gridsquares/band/2m'); ?>">Band</a> <a class="nav-link" href="<?php echo site_url('gridsquares/band/All'); ?>">Band</a>
</nav> </nav>
</div> </div>