1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-09 16:06:21 +02:00

add crisp chat on website

This commit is contained in:
Kushagra Gour
2019-01-18 17:04:56 +05:30
parent 0719fbeb22
commit 1edb2e5c5a

View File

@ -1069,6 +1069,18 @@
} }
</script> </script>
<script type="text/javascript">
window.$crisp = [];
window.CRISP_WEBSITE_ID = "c00b07b9-42da-45dd-87b0-e614bf7fb240";
(function () {
d = document;
s = d.createElement("script");
s.src = "https://client.crisp.chat/l.js";
s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script>
</body> </body>