Update documents transformations + crisp.

This commit is contained in:
Patrick Fic
2021-06-10 14:16:02 -07:00
parent a4b58b4bd9
commit 75606559c6
4 changed files with 21 additions and 43905 deletions

View File

@@ -26,14 +26,6 @@ export default function AppContainer() {
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);
};