Add calendly fix #1018
This commit is contained in:
parent
0f3f63bac2
commit
29087a9eea
|
|
@ -90,6 +90,21 @@ tarteaucitron.services.googlesignin = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// calendly
|
||||||
|
tarteaucitron.services.calendly = {
|
||||||
|
"key": "calendly",
|
||||||
|
"type": "other",
|
||||||
|
"name": "Calendly",
|
||||||
|
"uri": "https://calendly.com/privacy",
|
||||||
|
"needConsent": true,
|
||||||
|
"cookies": [],
|
||||||
|
"js": function () {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
tarteaucitron.addScript('https://assets.calendly.com/assets/external/widget.js');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// kwanko
|
// kwanko
|
||||||
tarteaucitron.services.kwanko = {
|
tarteaucitron.services.kwanko = {
|
||||||
"key": "kwanko",
|
"key": "kwanko",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue