Skip to content

Commit

Permalink
vv13.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Apr 22, 2024
1 parent f9aede2 commit 65a29bc
Show file tree
Hide file tree
Showing 5 changed files with 5 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 published/13.6.0/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/GleapAdminManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default class GleapAdminManager {
var elem = document.createElement("div");
elem.className =
"gleap-admin-frame-container";
elem.innerHTML = `<iframe src="http://localhost:4200/${this?.configData?.type === 'tooltips' ? 'tooltipbuilder' : 'producttourbuilder'}" class="gleap-admin-frame" scrolling="no" title="Gleap Admin Window" allow="autoplay; encrypted-media; fullscreen;" frameborder="0"></iframe>`;
elem.innerHTML = `<iframe src="https://app.gleap.io/${this?.configData?.type === 'tooltips' ? 'tooltipbuilder' : 'producttourbuilder'}" class="gleap-admin-frame" scrolling="no" title="Gleap Admin Window" allow="autoplay; encrypted-media; fullscreen;" frameborder="0"></iframe>`;
document.body.appendChild(elem);

this.gleapFrameContainer = elem;
Expand Down

0 comments on commit 65a29bc

Please sign in to comment.