From: Vincent Vanwaelscappel Date: Mon, 8 Aug 2022 16:14:05 +0000 (+0200) Subject: wait #5376 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=388a00fd9e7749f12f1c584a9a15f840f0319387;p=fluidbook-toolbox.git wait #5376 --- diff --git a/resources/quiz/js/app.js b/resources/quiz/js/app.js index ba3c72840..a48f0c9e3 100644 --- a/resources/quiz/js/app.js +++ b/resources/quiz/js/app.js @@ -60,7 +60,6 @@ require('../../scorm/scorm'); // Badge position try { - var ww = $(window).outerWidth(); var left = (ww - 220) / 2; var answersBox = $(".question:visible .answers").get(0).getBoundingClientRect(); var top = answersBox.top + (answersBox.height - 200) / 2;