Allow sorting in standings

This commit is contained in:
Claude Brisson
2024-08-02 11:23:57 +02:00
parent 2cf97d1ecf
commit 51cef7b56f

View File

@@ -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;