Blame view

src/misc/static/js/tablesorter/tables.js 60 Bytes
bbf6e698   haribo   Date: 14/06/2016
1
2
3
$(function() {
  $("table").tablesorter({debug: true});
});