refactor: address review feedback — extract date helper, rename listener

This commit is contained in:
Samuel Enocsson
2026-05-22 11:47:47 +02:00
parent a63da6f3ca
commit fba1bea247
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
activePage: 'players',
cssFiles: ['players.css'],
jsFiles: ['tooltips.js', 'chart.js', 'players.js'],
initScript: 'setupTooltipsAfterSwap();',
initScript: 'setupAfterTableSwap();',
body: body,
modals: modals
}) %>