mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Fix: Series grid won't flash an unstyled header before it is loaded.
This commit is contained in:
parent
5064eaf9a9
commit
02dcb219a2
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
</ul>
|
||||
}
|
||||
|
||||
<table id="seriesGrid" class="dataTablesGrid seriesTable">
|
||||
<table id="seriesGrid" class="dataTablesGrid hidden-grid">
|
||||
<thead>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue