Skip to content

Commit

Permalink
Fixed #1220 - Medialesson: mediasite, button to continue after mcq do…
Browse files Browse the repository at this point in the history
…es not work
  • Loading branch information
torinfo committed Jun 2, 2023
1 parent 80a6f9a commit f010929
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4422,7 +4422,7 @@
impl.readyState = self.HAVE_ENOUGH_DATA;
self.dispatchEvent( "canplaythrough" );

var iframe = $(".mediasite")[0].children[0];
var iframe = $("#mediasiteIframe")[0];
iframe.style.height = "100%";
iframe.style.width = "100%";

Expand Down

0 comments on commit f010929

Please sign in to comment.