IO-1140 Added release notes integration.
This commit is contained in:
@@ -20,14 +20,20 @@ export default function AppContainer() {
|
||||
// Include the Crisp code here, without the <script></script> tags
|
||||
window.$crisp = [];
|
||||
window.CRISP_WEBSITE_ID = "36724f62-2eb0-4b29-9cdd-9905fb99913e";
|
||||
|
||||
var d = document;
|
||||
var s = d.createElement("script");
|
||||
|
||||
s.src = "https://client.crisp.chat/l.js";
|
||||
s.async = 1;
|
||||
d.getElementsByTagName("head")[0].appendChild(s);
|
||||
|
||||
//Release Notes
|
||||
|
||||
// var rs = d.createElement("script");
|
||||
// rs.src = "https://sdk.noticeable.io/s.js";
|
||||
// //rs.async = 1;
|
||||
// d.getElementsByTagName("head")[0].appendChild(rs);
|
||||
// // window.noticeable.render("widget", "IABVNO4scRKY11XBQkNr");
|
||||
|
||||
return () => {
|
||||
d.getElementsByTagName("head")[0].removeChild(s);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user