forked from rDrama/rDrama
1
0
Fork 0

remove non-functional sorting by vote time

master
Aevann1 2022-06-29 01:53:52 +02:00
parent 3ed41a0835
commit b5c9d9116f
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<tr>
<th>User</th>
<th role="button" onclick="sort_table(1)">User Truescore</th>
<th role="button" onclick="sort_table(2)">Vote Time</th>
<th>Vote Time</th>
</tr>
</thead>
@ -57,7 +57,7 @@
<tr>
<th>User</th>
<th role="button" onclick="sort_table(1)">User Truescore</th>
<th role="button" onclick="sort_table(2)">Vote Time</th>
<th>Vote Time</th>
</tr>
</thead>