Compare commits

..

No commits in common. "b033b496952fd5dfadce33247fe9d3763fbf691e" and "a68d95b2e93b3626625c76098926943c393f218e" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<script type="text/javascript">
new DataTable('#treeHashesTable', {
new DataTable('#identifiersTable', {
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="treeHashesTable" class="table table-striped" style="width:100%">
<table id="identifiersTable" class="table table-striped" style="width:100%">
<thead>
<tr>
<th>Number of captures</th>