From de914e500ceef0485d181027c04e8722a0ddcff0 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 22 May 2024 14:56:55 +0200 Subject: [PATCH] wip #6927 --- js/quiz.accessibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quiz.accessibility.js b/js/quiz.accessibility.js index 60f3a69..aa817ee 100644 --- a/js/quiz.accessibility.js +++ b/js/quiz.accessibility.js @@ -24,7 +24,7 @@ QuizAccessibility.prototype = { if (key === 'ENTER') { let el = $(':focus').find('[aria-keyshortcuts]') if(!el) { - $('a[href=#]').click(function (e){ + $('a[href="#"]').click(function (e){ e.preventDefault() return false; }) -- 2.39.5