Skip to content

Commit

Permalink
v13.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed May 16, 2024
1 parent 6e0fb91 commit a33a81c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "13.6.5",
"version": "13.6.6",
"main": "build/cjs/index.js",
"module": "build/esm/index.mjs",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions published/13.6.6/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/GleapFrameManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default class GleapFrameManager {
var elem = document.createElement("div");
elem.className =
"gleap-frame-container gleap-frame-container--hidden gl-block";
elem.innerHTML = `<div class="gleap-frame-container-inner"><iframe src="${this.frameUrl}" class="gleap-frame" scrolling="yes" title="Gleap Widget Window" allow="autoplay; encrypted-media; fullscreen;" frameborder="0"></iframe></div>`;
elem.innerHTML = `<div class="gleap-frame-container-inner"><iframe src="${this.frameUrl}" class="gleap-frame" scrolling="yes" allow="autoplay; encrypted-media; fullscreen;" frameborder="0"></iframe></div>`;
document.body.appendChild(elem);

this.gleapFrameContainer = elem;
Expand Down

0 comments on commit a33a81c

Please sign in to comment.