diff --git a/view-webapp/src/main/webapp/js/tour-standings.inc.js b/view-webapp/src/main/webapp/js/tour-standings.inc.js index 4eda99c..ec477df 100644 --- a/view-webapp/src/main/webapp/js/tour-standings.inc.js +++ b/view-webapp/src/main/webapp/js/tour-standings.inc.js @@ -25,6 +25,7 @@ function publishHtml() { } onLoad(() => { + new Tablesort($('#standings-table')[0]); $('.criterium').on('click', e => { let alreadyOpen = e.target.closest('select'); if (alreadyOpen) return;