From: soufiane Date: Wed, 22 May 2024 09:20:14 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c6448ee919340731e33daca11f4549f801aa89e2;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/js/quiz.js b/js/quiz.js index d858ff4..d9db00b 100644 --- a/js/quiz.js +++ b/js/quiz.js @@ -48,6 +48,8 @@ Quiz.prototype = { this.countriesList = new QuizCountriesList(this); this.scorm = new QuizScorm(this); + $('a[href="#"]').click(function(e) {e.preventDefault();} ); + // var elements = document.querySelectorAll('*'); var virus= '~';