Skip to content

Commit f77d1a4

Browse files
Pass data properly to paella
1 parent 09a88a1 commit f77d1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/player.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function init_{{playerid}}() {
5151
iframeWindow.MoodlePaellaPlayer.initPaella(
5252
'{{{configurl}}}',
5353
'{{{themeurl}}}',
54-
JSON.parse('{{{data}}}')
54+
{{{data}}}
5555
);
5656
}
5757
}

0 commit comments

Comments
 (0)