Skip to content

Commit 0d38fc8

Browse files
committed
v14.2.0
1 parent 287e95e commit 0d38fc8

File tree

11 files changed

+337
-121
lines changed

11 files changed

+337
-121
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Gleap from 'gleap';
2828

2929
### Initialize the SDK
3030

31-
Add the following code to initialize the Gleap JavaScript SDK. Replace "SDK-TOKEN" with your actual SDK token from the [Gleap dashboard](http://localhost:3000).
31+
Add the following code to initialize the Gleap JavaScript SDK. Replace "SDK-TOKEN" with your actual SDK token from the [Gleap dashboard](https://app.gleap.io).
3232

3333
```
3434
Gleap.initialize("SDK-TOKEN");

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: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,9 @@ <h2 class="sub-headline"></h2>
275275
<input type="text" id="userInput" placeholder="Enter your name" />
276276
<button onclick="greetUser()">Submit</button>
277277
<div class="content" id="haha">
278-
<a href="#">Index 2</a>
279-
<a href="#">Index 4</a>
280-
<a href="#">Index 6</a>
281-
<a href="#">Index 8</a>
282-
<a href="#">Index 10</a>
278+
<a class="buttonlink" href="index2.html">Index 2</a>
279+
<a class="buttonlink1" href="index3.html">Index 3</a>
280+
<a class="buttonlink2" href="index.html">Back to home</a>
283281
<style>
284282
body {
285283
font-family: Arial, Helvetica, sans-serif;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
"pick-dom-element": "^0.2.3",
7575
"unique-selector": "^0.5.0"
7676
}
77-
}
77+
}

published/14.2.0/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/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ class Gleap {
11751175
GleapProductTours.getInstance().startWithConfig(
11761176
tourData.tourId,
11771177
tourData.tourData,
1178-
2000
1178+
500
11791179
);
11801180
}
11811181
}

0 commit comments

Comments
 (0)