Skip to content

Commit 0227d1b

Browse files
committed
v14.2.8
1 parent 3496a10 commit 0227d1b

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

demo/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gleap.setFrameUrl("http://0.0.0.0:3001");
44
Gleap.setApiUrl("http://0.0.0.0:9000");
55
Gleap.setWSApiUrl("ws://0.0.0.0:9000");
66

7-
Gleap.initialize("BTmQRJBPvKrOErNQCmyPYPAzSsw3gPmw");
7+
Gleap.initialize("uLu9hsekT4onVdFzG4sXfQI16Da27exv");
88

99
// const lastMonthDate = new Date();
1010
// lastMonthDate.setMonth(lastMonthDate.getMonth() - 1);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "14.2.7",
3+
"version": "14.2.8",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.2.8/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GleapProductTours.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ export default class GleapProductTours {
290290
// Mark as completed.
291291
this.onComplete(true);
292292
} else {
293-
this.gleapTourObj.destroy();
293+
// Mark as quit.
294+
this.onComplete(false);
294295
}
295296

296297
document.removeEventListener("click", onDocumentClick);

0 commit comments

Comments
 (0)