forked from rDrama/rDrama
1
0
Fork 0

fix sorting vote tables being broken due to dff5bcefcf

master
Aevann1 2022-11-05 23:49:39 +02:00
parent 2f5d3adda0
commit 158321483b
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@
<tr>
<th>#</th>
<th>User</th>
<th onclick="sort_table(1)">User Truescore</th>
<th onclick="sort_table(2)">Vote Time</th>
<th onclick="sort_table(2)">User Truescore</th>
<th onclick="sort_table(3)">Vote Time</th>
</tr>
</thead>

View File

@ -24,8 +24,8 @@
<tr>
<th>#</th>
<th>User</th>
<th onclick="sort_table(1)">User Truescore</th>
<th onclick="sort_table(2)">Vote Time</th>
<th onclick="sort_table(2)">User Truescore</th>
<th onclick="sort_table(3)">Vote Time</th>
</tr>
</thead>