Skip to content

Commit dca97bf

Browse files
committed
v8.0.14
1 parent 60ba4e9 commit dca97bf

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed

build/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.

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h2 class="sub-headline">
189189
rentals worldwide. This is the prototype for the pre-engineered system
190190
known as the IT House.
191191
<br /><br />
192-
<div class="buttonlink" onclick="console.log('Book now clicked.');">
192+
<div class="buttonlink" onclick="window.history.pushState('games', 'Games', '/games');">
193193
Book now
194194
</div>
195195
<br /><br />

demo/main.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gleap.preFillForm({
88
Gleap.setFrameUrl("http://0.0.0.0:3001");
99
Gleap.setApiUrl("http://0.0.0.0:9000");
1010
// Gleap.setLanguage("en");
11-
Gleap.initialize("KProDXhMS0V3UUku2iNnrZ4XsBnAYzxt");
11+
Gleap.initialize("DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc");
1212
//Gleap.setEnvironment("dev");
1313

1414
Gleap.identify("user_19283", {
@@ -31,6 +31,8 @@ Gleap.log("Test log info", "INFO");
3131
Gleap.log("Test log warn", "WARNING");
3232
Gleap.log("Test log err", "ERROR");
3333

34+
Gleap.trackEvent("Master Event");
35+
3436
// Register custom action.
3537
Gleap.registerCustomAction((customAction) => {
3638
console.log("Custom action called:");
@@ -54,8 +56,3 @@ setTimeout(() => {
5456
xmlhttp.setRequestHeader("asdfasdf2", "wertwertwert2");
5557
xmlhttp.send();
5658
}, 1000);
57-
58-
59-
setTimeout(() => {
60-
x();
61-
}, 3000);

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": "8.0.13",
3+
"version": "8.0.14",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/8.0.14/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/GleapStreamedEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default class GleapStreamedEvent {
9898

9999
setTimeout(function () {
100100
self.runEventStreamLoop();
101-
}, 7500);
101+
}, 10000);
102102
};
103103

104104
streamEvents = () => {

0 commit comments

Comments
 (0)