]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5376
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 8 Aug 2022 16:14:05 +0000 (18:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 8 Aug 2022 16:14:05 +0000 (18:14 +0200)
resources/quiz/js/app.js

index ba3c72840a4c07917227a3d0f35dca878d4e20b3..a48f0c9e3862541dce116924446617132fa4fb12 100644 (file)
@@ -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;