Setting up results page

This commit is contained in:
Claude Brisson
2023-12-22 09:06:25 +01:00
parent a70e5df576
commit e934fe5159
6 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
onLoad(()=>{
new Tablesort($('#results-table')[0]);
});