Skip to content

Commit

Permalink
v13.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jan 10, 2024
1 parent 1c79a40 commit 46c7d68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions demo/main.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const Gleap = window.Gleap;

/*Gleap.setFrameUrl("http://0.0.0.0:3001");
Gleap.setFrameUrl("http://0.0.0.0:3001");
Gleap.setApiUrl("http://0.0.0.0:9000");
Gleap.setWSApiUrl("ws://0.0.0.0:8080");*/

Gleap.setLanguage("en");
Gleap.setWSApiUrl("ws://0.0.0.0:8080");

Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "13.1.1",
"version": "13.1.2",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
2 changes: 1 addition & 1 deletion src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const calculateContrast = (hex) => {
return yiq >= 160 ? "#000000" : "#ffffff";
};

export const widgetMaxHeight = 660;
export const widgetMaxHeight = 700;

export const injectStyledCSS = (
primaryColor,
Expand Down

0 comments on commit 46c7d68

Please sign in to comment.