From f77d1a49a751605fe37afd735478670062739533 Mon Sep 17 00:00:00 2001 From: Justus Dieckmann Date: Wed, 21 Aug 2024 18:12:39 +0200 Subject: [PATCH] Pass data properly to paella --- templates/player.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/player.mustache b/templates/player.mustache index 60b5499..43bc707 100644 --- a/templates/player.mustache +++ b/templates/player.mustache @@ -51,7 +51,7 @@ function init_{{playerid}}() { iframeWindow.MoodlePaellaPlayer.initPaella( '{{{configurl}}}', '{{{themeurl}}}', - JSON.parse('{{{data}}}') + {{{data}}} ); } }