From: soufiane Date: Wed, 22 May 2024 12:56:55 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=de914e500ceef0485d181027c04e8722a0ddcff0;p=fluidbook-toolbox-quiz.git wip #6927 --- 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; })