mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 04:18:42 +00:00
fix auto select first tab
This commit is contained in:
parent
5296f72b32
commit
393b451a76
|
|
@ -39,7 +39,7 @@ require __DIR__ . '/Worker.php';
|
|||
</ul>
|
||||
</div>
|
||||
<div class="tab-content">
|
||||
<input type="radio" id="c-tab-1" name="tabular-2"<?= $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
|
||||
<input type="radio" id="c-tab-1" name="tabular-2"<?= empty($this->request->uri->fragment) || $this->request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
|
||||
<div class="tab">
|
||||
<div class="box">
|
||||
<table class="default sticky">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user