]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6927
authorsoufiane <soufiane@cubedesigners.com>
Wed, 22 May 2024 12:56:55 +0000 (14:56 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 22 May 2024 12:56:55 +0000 (14:56 +0200)
js/quiz.accessibility.js

index 60f3a6928c70756873fcfcba7359b3b6269c6715..aa817ee8768070c9cfe63ee1c848b32f4aaddc5e 100644 (file)
@@ -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;
                         })