2023-07-26 19:33:39 +02:00

4 lines
60 B
JavaScript

$(function() {
$("table").tablesorter({debug: true});
});