|
|
@@ -3,6 +3,42 @@
|
|
|
<head>
|
|
|
<title>Porter | Dashboard</title>
|
|
|
|
|
|
+ <script>
|
|
|
+ !(function () {
|
|
|
+ var e = (window.Cohere = window.Cohere || []);
|
|
|
+ if (e.invoked) console.error("Tried to load Cohere twice");
|
|
|
+ else {
|
|
|
+ (e.invoked = !0),
|
|
|
+ (e.snippet = "0.2"),
|
|
|
+ (e.methods = [
|
|
|
+ "init",
|
|
|
+ "identify",
|
|
|
+ "stop",
|
|
|
+ "showCode",
|
|
|
+ "getSessionUrl",
|
|
|
+ "makeCall",
|
|
|
+ "addCallStatusListener",
|
|
|
+ "removeCallStatusListener",
|
|
|
+ "widget",
|
|
|
+ ]),
|
|
|
+ e.methods.forEach(function (o) {
|
|
|
+ e[o] = function () {
|
|
|
+ var t = Array.prototype.slice.call(arguments);
|
|
|
+ t.unshift(o), e.push(t);
|
|
|
+ };
|
|
|
+ });
|
|
|
+ var o = document.createElement("script");
|
|
|
+ (o.type = "text/javascript"),
|
|
|
+ (o.async = !0),
|
|
|
+ (o.src = "https://static.cohere.so/main.js"),
|
|
|
+ (o.crossOrigin = "anonymous");
|
|
|
+ var t = document.getElementsByTagName("script")[0];
|
|
|
+ t.parentNode.insertBefore(o, t);
|
|
|
+ }
|
|
|
+ })();
|
|
|
+ window.Cohere.init("_A-2HNgriISqaQq4yzTxM8V-");
|
|
|
+ </script>
|
|
|
+
|
|
|
<script>
|
|
|
!(function () {
|
|
|
var analytics = (window.analytics = window.analytics || []);
|