quality update:

- calculator
- result screens
- some fixes
This commit is contained in:
2026-02-08 15:19:13 +01:00
parent aa01f4136d
commit d0bbf7bdce
39 changed files with 3323 additions and 69107 deletions
+8
View File
@@ -2463,6 +2463,10 @@
if (response.ok) {
const result = await response.json();
// Open main page in new tab for TV display
window.open('/', '_blank', 'noopener,noreferrer');
alert('Tournament started successfully!');
window.location.reload();
} else {
@@ -2502,6 +2506,10 @@
if (response.ok) {
const result = await response.json();
// Open main page in new tab for TV display
window.open('/', '_blank', 'noopener,noreferrer');
alert('Tournament started successfully!');
window.location.reload();
} else {