[Gridsquare Map] When loading band map default to "ALL" qsos rather than 2m
这个提交包含在:
父节点
14c0aeb2dc
当前提交
cc0b3f774d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用