setting runtime config for crisp before i load it
This commit is contained in:
parent
6737db1149
commit
3952bb7478
2 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
<title id="title-id">Adaptive Dashboard</title>
|
||||
<link rel="manifest" id="manifest-link" />
|
||||
</head>
|
||||
<script>
|
||||
window.CRISP_RUNTIME_CONFIG = {
|
||||
session_merge: true
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="80170383-b426-43c0-8f66-8e20a05bcdce";(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>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue