mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-24 19:44:33 -07:00
WebHost: save datatables state (#1145)
* WebHost: save datatables state * WebHost: Fix DataTables local storage keys. Co-authored-by: recklesscoder <[email protected]>
This commit is contained in:
co-authored by
recklesscoder
parent
45719eb7e0
commit
bd574ef261
@@ -15,7 +15,7 @@
|
||||
<span class="info">This tracker will automatically update itself periodically.</span>
|
||||
</div>
|
||||
<div class="table-wrapper">
|
||||
<table class="table non-unique-item-table">
|
||||
<table id="received-table" class="table non-unique-item-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Item</th>
|
||||
@@ -37,7 +37,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="table-wrapper">
|
||||
<table class="table non-unique-item-table">
|
||||
<table id="locations-table" class="table non-unique-item-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Location</th>
|
||||
|
||||
Reference in New Issue
Block a user