Skip to content

Commit

Permalink
Fix prod error on game template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 9, 2024
1 parent da0e25d commit 760fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/game/fragments/gameFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 class="text-center" th:text="${question.statement}"></h1>
</div>
</div>
<div id="bottomGamePart">
<div th:replace="~{/game/fragments/stopwatch}"></div>
<div th:replace="~{game/fragments/stopwatch}"></div>
<script th:inline="javascript" >
/*<![CDATA[*/
function initiateGameCounters() {
Expand Down

0 comments on commit 760fa27

Please sign in to comment.