Blame view

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