From: soufiane Date: Wed, 22 May 2024 13:55:16 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=61d49f9dd016135cda141f6a58ca50de2cd13266;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.screens.js b/js/quiz.screens.js index 16e3166..6aba856 100644 --- a/js/quiz.screens.js +++ b/js/quiz.screens.js @@ -53,7 +53,8 @@ QuizScreens.prototype = { }); // Cliquer sur le bouton suivant - $(document).on("click", ".active-screen.next .action", function () { + $(document).on("click", ".active-screen.next .action", function (e) { + e.preventDefault(); if ($this.getActiveScreenType() === 'email') { if (!$this.validateEmail($this.activeScreen.find("input").val())) { diff --git a/views/screens/question_country.blade.php b/views/screens/question_country.blade.php index eb7ca0d..205e62b 100644 --- a/views/screens/question_country.blade.php +++ b/views/screens/question_country.blade.php @@ -5,7 +5,7 @@
-