Skip to content

Commit 8fee7a3

Browse files
committed
Cleanup.
1 parent 38751e0 commit 8fee7a3

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

demo/main.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const Gleap = window.Gleap;
22

33
Gleap.setFrameUrl("http://0.0.0.0:3001");
44
Gleap.setApiUrl("http://0.0.0.0:9000");
5-
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
5+
Gleap.initialize("DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc");
66
//Gleap.setEnvironment("dev");
77

88
Gleap.attachCustomData({
@@ -31,15 +31,6 @@ Gleap.log("Test log err", "ERROR");
3131

3232
Gleap.trackEvent("Master Event");
3333

34-
Gleap.identify("9292929292", {
35-
name: "John Doe",
36-
email: "johaaan@doe.com",
37-
customData: {
38-
yyy: "xxx",
39-
penis: true
40-
}
41-
});
42-
4334
// Register custom action.
4435
Gleap.registerCustomAction((customAction) => {
4536
console.log("Custom action called:");

src/UI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const injectStyledCSS = (
8080
right: ${buttonX}px;
8181
bottom: ${69 + buttonY}px;
8282
width: calc(100% - 40px);
83-
max-width: 420px;
83+
max-width: 400px;
8484
position: fixed;
8585
z-index: ${zIndexBase + 31};
8686
visibility: visible;

0 commit comments

Comments
 (0)