Skip to content

Commit

Permalink
Pass data properly to paella
Browse files Browse the repository at this point in the history
  • Loading branch information
justusdieckmann committed Aug 21, 2024
1 parent 09a88a1 commit f77d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/player.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function init_{{playerid}}() {
iframeWindow.MoodlePaellaPlayer.initPaella(
'{{{configurl}}}',
'{{{themeurl}}}',
JSON.parse('{{{data}}}')
{{{data}}}
);
}
}
Expand Down

0 comments on commit f77d1a4

Please sign in to comment.