From 388a00fd9e7749f12f1c584a9a15f840f0319387 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 8 Aug 2022 18:14:05 +0200 Subject: [PATCH] wait #5376 --- resources/quiz/js/app.js | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5