From 08672225bd70996ada0e061d2f2a971cfe80e81b Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 25 Sep 2023 17:34:04 +0200 Subject: [PATCH] wip #6182 @0:10 question match --- js/quiz.match.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quiz.match.js b/js/quiz.match.js index 1c7260e..3db6a33 100644 --- a/js/quiz.match.js +++ b/js/quiz.match.js @@ -30,7 +30,7 @@ QuizMatch.prototype = { start: function() { const $this = this this.swiperBottom = false - this.rules = [{top: "10", opacity: ".48"},{top: "39", opacity: ".24"}] + this.rules = [{top: "10", opacity: ".48"},{top: "39", opacity: ".24"},{top: "88", opacity: "0"}] this.quiz.screens.currentQuestionAnswers = []; this.swiperBottomEl = this.quiz.screens.getActiveScreen().find(".bottom-slider") this.sliderBottomHtml = this.swiperBottomEl.html() -- 2.39.5