Skip to content

Commit 46c7d68

Browse files
committed
v13.1.2
1 parent 1c79a40 commit 46c7d68

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

demo/main.js

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

3-
/*Gleap.setFrameUrl("http://0.0.0.0:3001");
3+
Gleap.setFrameUrl("http://0.0.0.0:3001");
44
Gleap.setApiUrl("http://0.0.0.0:9000");
5-
Gleap.setWSApiUrl("ws://0.0.0.0:8080");*/
6-
7-
Gleap.setLanguage("en");
5+
Gleap.setWSApiUrl("ws://0.0.0.0:8080");
86

97
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
108

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

src/UI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const calculateContrast = (hex) => {
3131
return yiq >= 160 ? "#000000" : "#ffffff";
3232
};
3333

34-
export const widgetMaxHeight = 660;
34+
export const widgetMaxHeight = 700;
3535

3636
export const injectStyledCSS = (
3737
primaryColor,

0 commit comments

Comments
 (0)