Fix: DataTable rename to treeHashesTable

pull/911/head
Antonia Koch 2024-04-16 13:29:04 +02:00 committed by Raphaël Vinot
parent 4c2620df4c
commit 74835bb88a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<script type="text/javascript">
new DataTable('#identifiersTable', {
new DataTable('#treeHashesTable', {
columnDefs: [{ width: '20%', targets: 0 },
{ width: '40%', targets: 1 },
{ width: '40%', targets: 2 }],
@ -8,7 +8,7 @@
<h5 class="text-center">Click on the hash to see the other captures it's been found in</h5>
<table id="identifiersTable" class="table table-striped" style="width:100%">
<table id="treeHashesTable" class="table table-striped" style="width:100%">
<thead>
<tr>
<th>Number of captures</th>