Comment out unused dropdown divider in header

The dropdown divider in the header menu was commented out, likely to clean up the UI or prepare for future changes. No functional code was removed.
这个提交包含在:
Peter Goodhall 2025-08-08 19:33:34 +01:00
父节点 5488d0374b
当前提交 7acbffd2cc

查看文件

@ -200,7 +200,7 @@
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="<?php echo site_url('bandmap/list'); ?>" title="Bandmap"><i class="fa fa-bezier-curve"></i> <?php echo lang('menu_bandmap'); ?></a>
<?php } ?>
<div class="dropdown-divider"></div>
<!-- <div class="dropdown-divider"></div> -->
<!-- a class="dropdown-item" href="<?php echo site_url('sattimers'); ?>" title="SAT Timers"><i class="fas fa-satellite"></i> SAT Timers</a> -->
</div>
</li>