Replace use of jquery-tablesorter with DataTables
[mirror/userdir-ldap-cgi.git] / html / debdb.js
1 $(document).ready(function() {
2         $("#machines").DataTable({
3                 orderCellsTop: true,
4                 pageLength: 25,
5                 lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]]
6         });
7         $(".sort").removeAttr("href")
8 });