From d8484510a38fff1b254f52272bb0c2647a399d70 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 21 May 2024 15:48:27 +0200 Subject: [PATCH] wip #6927 --- js/quiz.accessibility.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 8d14001..868562c 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -25,6 +25,7 @@ QuizAccessibility.prototype = { if (key === 'ENTER') { console.log("enter 2") + console.log($(this)) let el = $(':focus').find('[aria-keyshortcuts="' + key + '"]') if ($this.quiz.utils.isEnabled(el)) { el.click(); -- 2.39.5