Skip to content

Commit

Permalink
Disable AJAX for static scoreboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 27, 2023
1 parent 74aa70e commit c596304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Service/ScoreboardService.php
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ public function getScoreboardTwigData(
'refresh' => [
'after' => 30,
'url' => $refreshUrl,
'ajax' => true,
'ajax' => !$static,
],
'static' => $static,
];
Expand Down

0 comments on commit c596304

Please sign in to comment.