Skip to content

Commit

Permalink
New tablesorter version needs a call
Browse files Browse the repository at this point in the history
  • Loading branch information
franzwilding committed Nov 23, 2018
1 parent e9d3844 commit 453f1e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
$(document).ready(function(){
$('.hide-if-no-js').removeClass('hide-if-no-js');
$('.hide-if-js').hide();

$('table.tblSorter').tablesorter();
});

// Change an element text an revert in a smooth pulse. el is an element id like '#copybox h2'
Expand Down

0 comments on commit 453f1e2

Please sign in to comment.