@upandgo/react-scorm-container
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -233,3 +233,2 @@ import { createRef, createElement, Component } from 'react'; | ||
} }, | ||
createElement("button", null, "Quitter le LMS"), | ||
createElement("iframe", { ref: this.scormIFrame, src: this.props.bridgeUrl + "?id=" + this.state.moduleUrl, width: this.props.width || "100%", height: this.props.height || "100%", allowFullScreen: true, style: { | ||
@@ -236,0 +235,0 @@ minWidth: this.props.width || "100vw", |
@@ -237,3 +237,2 @@ 'use strict'; | ||
} }, | ||
React.createElement("button", null, "Quitter le LMS"), | ||
React.createElement("iframe", { ref: this.scormIFrame, src: this.props.bridgeUrl + "?id=" + this.state.moduleUrl, width: this.props.width || "100%", height: this.props.height || "100%", allowFullScreen: true, style: { | ||
@@ -240,0 +239,0 @@ minWidth: this.props.width || "100vw", |
{ | ||
"name": "@upandgo/react-scorm-container", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A React component acting as a LMS, listening to SCORM API events and reacting to SCORM API call.", | ||
@@ -5,0 +5,0 @@ "author": "Sangrene", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82061
540