From: soufiane Date: Mon, 6 May 2024 15:43:09 +0000 (+0200) Subject: wip #6641 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6be6d09c4822b3148aed9ee1bc2f3247efe34578;p=fluidbook-toolbox-quiz.git wip #6641 --- diff --git a/js/quiz.l10n.js b/js/quiz.l10n.js index 706180d..1279e30 100644 --- a/js/quiz.l10n.js +++ b/js/quiz.l10n.js @@ -10,9 +10,6 @@ QuizL10n.prototype = { str = this.quiz.data.l10n[str]; } - console.log("replace",replace) - console.log("str",str) - for (const k in replace) { str = str.replace(':' + k, replace[k]) }