Skip to content

Commit 94d514c

Browse files
committed
Init.
1 parent a3ea77e commit 94d514c

9 files changed

Lines changed: 719 additions & 282 deletions

File tree

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/index.html

Lines changed: 374 additions & 273 deletions
Large diffs are not rendered by default.

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.1.9",
3+
"version": "14.2.0",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.1.9/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.

published/14.2.0/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/Gleap.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class Gleap {
261261
if (tourId && tourId.length > 0) {
262262
var tourDelay = parseInt(urlParams.get("gleap_tour_delay"));
263263
if (isNaN(tourDelay)) {
264-
tourDelay = 4;
264+
tourDelay = 2;
265265
}
266266

267267
setTimeout(() => {
@@ -1174,7 +1174,8 @@ class Gleap {
11741174
if (tourData) {
11751175
GleapProductTours.getInstance().startWithConfig(
11761176
tourData.tourId,
1177-
tourData.tourData
1177+
tourData.tourData,
1178+
2000
11781179
);
11791180
}
11801181
}

0 commit comments

Comments
 (0)