From e9cb037b63373514c388c94262f1d0031e5694bb Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 22 May 2024 15:24:12 +0200 Subject: [PATCH] wip #6927 --- js/quiz.accessibility.js | 2 +- views/screens/question_country.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 1db6f1a..ced76ec 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -48,7 +48,7 @@ QuizAccessibility.prototype = { this.quiz.screens.getActiveScreen().find(".screen a").removeAttr("tabindex") return false; } - this.quiz.screens.getActiveScreen().find(".screen a").attr('tabindex',tabindex) + this.quiz.screens.getActiveScreen().find(".screen [tabindex]").attr('tabindex',tabindex) } } diff --git a/views/screens/question_country.blade.php b/views/screens/question_country.blade.php index a001c0c..207e5a1 100644 --- a/views/screens/question_country.blade.php +++ b/views/screens/question_country.blade.php @@ -6,7 +6,7 @@