improve sorting tables

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-14 18:20:09 +02:00
parent 98e3e63547
commit 03620d984c
5 changed files with 8 additions and 8 deletions

View File

@ -29,6 +29,6 @@
</table>
</div>
<script src="/assets/js/sort_table.js?v=243"></script>
<script src="/assets/js/sort_table.js?v=244"></script>
{% endblock %}

View File

@ -37,6 +37,6 @@
</table>
</div>
<script src="/assets/js/sort_table.js?v=243"></script>
<script src="/assets/js/sort_table.js?v=244"></script>
{% endblock %}

View File

@ -20,7 +20,7 @@
<tr>
<th>User</th>
<th role="button" onclick="sort_table(1)">User Truescore</th>
<th>Vote Time</th>
<th role="button" onclick="sort_table(2)">Vote Time</th>
</tr>
</thead>
@ -41,7 +41,7 @@
</table>
</div>
<script src="/assets/js/sort_table.js?v=243"></script>
<script src="/assets/js/sort_table.js?v=244"></script>
{% endif %}

View File

@ -30,6 +30,6 @@
</table>
</div>
<script src="/assets/js/sort_table.js?v=243"></script>
<script src="/assets/js/sort_table.js?v=244"></script>
{% endblock %}

View File

@ -32,7 +32,7 @@
<tr>
<th>User</th>
<th role="button" onclick="sort_table(1)">User Truescore</th>
<th>Vote Time</th>
<th role="button" onclick="sort_table(2)">Vote Time</th>
</tr>
</thead>
@ -60,7 +60,7 @@
<tr>
<th>User</th>
<th role="button" onclick="sort_table(1)">User Truescore</th>
<th>Vote Time</th>
<th role="button" onclick="sort_table(2)">Vote Time</th>
</tr>
</thead>
@ -81,7 +81,7 @@
</table>
</div>
<script src="/assets/js/sort_table.js?v=243"></script>
<script src="/assets/js/sort_table.js?v=244"></script>
{% endif %}