X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=html%2Fdebdb.js;fp=html%2Fdebdb.js;h=40336f3e580e58292f66d875775c8266107b62c8;hb=9cc9fcbcdb586567d2b2c56b0f501e90e8e10103;hp=0000000000000000000000000000000000000000;hpb=98a946d94edf25ec5c43159533af76dc3b514cbe;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/html/debdb.js b/html/debdb.js new file mode 100644 index 0000000..40336f3 --- /dev/null +++ b/html/debdb.js @@ -0,0 +1,4 @@ +$(function() { + $("#machines").tablesorter({widthFixed: true, widgets: ['zebra']}) + $(".sort").removeAttr("href") +});