From c4c4107316cc9bffc6e74c7f148bc5b4395eb72b Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 6 May 2024 17:26:27 +0200 Subject: [PATCH] wip #6641 --- js/quiz.screen.outro.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index fbba9b0..9e37f71 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -102,6 +102,7 @@ QuizScreenOutro.prototype = { }) }, + show: function () { const $this = this let maxScore = this.quiz.score.maxScore, score = this.quiz.score.score -- 2.39.5