fix onlinelist sorting inshallah

This commit is contained in:
Luke
2021-04-27 00:50:28 +00:00
parent 38f3a1e186
commit 90dd1c671d
4 changed files with 10 additions and 36 deletions

View File

@@ -32,10 +32,10 @@
<table>
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Fraktion</th>
<th>Ping (ms)</th>
<th data-sort="int">ID</th>
<th data-sort="string">Name</th>
<th data-sort="string">Fraktion</th>
<th data-sort="int">Ping (ms)</th>
<tr>
</thead>
@@ -44,6 +44,8 @@
</table>
</div>
<script src="../../js/jquery-3.3.1.min.js"></script>
<script src="../../js/onlinelist/stupidtable.min.js"></script>
<script src="../../js/onlinelist/script.js"></script>
</body>
</html>