diff --git a/web/quiz.js b/web/quiz.js index b02ee58..d77aec8 100644 --- a/web/quiz.js +++ b/web/quiz.js @@ -56,7 +56,7 @@ function startTotalTimer() { function skipWaitNextQuestion(event) { - if (!event.ctrlKey || !event.shiftKey) + if (!event.shiftKey) return console.log('Skipping/Bypassing wait timer')