@didask/scol-r 2.16.0 → 2.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,6 @@ var MessageReceiver = /** @class */ (function () {
40
40
  };
41
41
  MessageReceiver.prototype.setLessonStatus = function (lessonStatus) {
42
42
  this.adapter.setLessonStatus(lessonStatus);
43
- this.adapter.LMSCommit(); // We commit the changes to the LMS each time the lesson status is updated.
44
43
  };
45
44
  MessageReceiver.prototype.setObjectives = function (objectivesIds) {
46
45
  if (this.adapter.objectivesAreAvailable) {
@@ -162,7 +162,8 @@ function loadContent(_a) {
162
162
  iframe.setAttribute("frameborder", "0");
163
163
  iframe.setAttribute("height", "100%");
164
164
  iframe.setAttribute("width", "100%");
165
- iframe.setAttribute("allow", "microphone");
165
+ iframe.setAttribute("allow", "microphone; fullscreen");
166
+ iframe.setAttribute("allowfullscreen", "");
166
167
  document.body.insertBefore(iframe, document.getElementById("wrapper"));
167
168
  sessionStart = new Date();
168
169
  host = sourceUrlParser.host;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@didask/scol-r",
3
- "version": "2.16.0",
3
+ "version": "2.17.1",
4
4
  "description": "Shareable Cross-Origin Learning Resources",
5
5
  "main": "index.html",
6
6
  "types": "lib/index.d.ts",