From: soufiane Date: Wed, 22 May 2024 14:00:02 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5921cd14828d209155808642137f5cf4d187834e;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.screens.js b/js/quiz.screens.js index 6aba856..5701591 100644 --- a/js/quiz.screens.js +++ b/js/quiz.screens.js @@ -37,7 +37,8 @@ QuizScreens.prototype = { $(".list-item").css("pointer-events","auto").find('label').css("background-color",standardColor) // Réinitialiser les réponses - $(document).on("click", ".btn.reset", function () { + $(document).on("click", ".btn.reset", function (e) { + e.preventDefault(); $this.resetForm(); });