Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ravedoni committed May 20, 2021
1 parent 506c10e commit 93f33b3
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions lb-feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ function lbFeedback(options) {
bg: "#dddddd",
hover_color: "#ffffff",
hover_bg: "#eeeeee",
freshchat_token: "6531056d-7b8a-496a-bea3-60d08748bcc9",
freshdesk_widget_id: "80000004502"
freshchat_token: null,
freshdesk_widget_id: null
};
options = {
...defaultOptions,
Expand Down Expand Up @@ -265,24 +265,3 @@ a.lbf-button-content-item a:hover{

this.init();
}

var feedback = new lbFeedback({
title: "Aide et feedback",
//width: "340",
bottom_anchor: "90%",
label: {
help: "Centre d'aide",
idea: "Suggestion",
bug: "Reporter un bug",
chat: "Discuter"
},
title_color: "#ffffff",
title_bg: "#222222",
icon_bg: "purple",
color: "#222222",
bg: "#eee",
hover_color: "#ffffff",
hover_bg: "purple",
freshchat_token: "6531056d-7b8a-496a-bea3-60d08748bcc9",
freshdesk_widget_id: "80000004502"
});

0 comments on commit 93f33b3

Please sign in to comment.