Skip to content

Commit e4028ab

Browse files
committed
v6.8.3
1 parent 991a893 commit e4028ab

File tree

12 files changed

+19
-8
lines changed

12 files changed

+19
-8
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.

build/index.min.css

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/bb.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,6 +2226,10 @@ textarea.bb-feedback-required {
22262226
color: #ed4337;
22272227
}
22282228

2229+
.bb-feedback-dialog--crashed .bb-form-progress-inner {
2230+
background-color: #ed433766 !important;
2231+
}
2232+
22292233
@media print {
22302234
.bb-feedback-button {
22312235
display: none !important;

demo/main.js

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

3-
Gleap.setApiUrl("http://localhost:9000");
4-
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
3+
// Gleap.setApiUrl("http://localhost:9000");
4+
Gleap.initialize("6aDbcY8I6uo5qc0CnJbfAI8mCXInmsvP");
55
Gleap.identify(123, {
66
email: "lukas@gle.cooooooa",
77
name: "Lukas",

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

published/6.8.3/appwidget.min.css

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/6.8.3/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/6.8.3/index.min.css

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.

published/latest/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)