fix onlinelist sorting inshallah
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user