Add files for DataTables library, to replace the table sorter
[mirror/userdir-ldap-cgi.git] / html / debdb.js
1 $(function() {
2         $("#machines").tablesorter({widthFixed: true, widgets: ['zebra']})
3         $(".sort").removeAttr("href")
4 });