From d126f2aec9f2615f3ad9ad8ff4f1efb733f8bf25 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 6 Oct 2023 18:07:04 +0200 Subject: [PATCH] wait #6358 @0:30 --- js/quiz.animations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/quiz.animations.js b/js/quiz.animations.js index e21b394..d9a22a2 100644 --- a/js/quiz.animations.js +++ b/js/quiz.animations.js @@ -88,6 +88,7 @@ QuizAnimations.prototype = { } }).to(".active-screen .footer-question", { y: "100%", duration: 0, onComplete: function () { + $(activeScreen).find('.btn.confirmMatch')?.remove() $(activeScreen).find('.btn.continue').removeClass('none') $(activeScreen).find('.btn.validate').addClass('none') // Hide reset button -- 2.39.5