chat added
This commit is contained in:
+21
-3
@@ -5,7 +5,6 @@
|
|||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#000000" />
|
<meta name="theme-color" content="#000000" />
|
||||||
|
|
||||||
<meta name="author" content="Float Mobility">
|
<meta name="author" content="Float Mobility">
|
||||||
<meta name="description" content="Travel smarter with Float's ride sharing, hailing and budgeting app. Avaliable on IOS and Android." />
|
<meta name="description" content="Travel smarter with Float's ride sharing, hailing and budgeting app. Avaliable on IOS and Android." />
|
||||||
<meta name="title" content="Ride Sharing, Hailing & Budgeting App by Float" />
|
<meta name="title" content="Ride Sharing, Hailing & Budgeting App by Float" />
|
||||||
@@ -54,8 +53,8 @@
|
|||||||
<!-- RESPONSIVE CSS -->
|
<!-- RESPONSIVE CSS -->
|
||||||
<link href="/assets/css/responsive.css" rel="stylesheet">
|
<link href="/assets/css/responsive.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
<title>Float</title>
|
<title> Ride Sharing, Hailing & Budgeting App by Float</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
@@ -79,5 +78,24 @@
|
|||||||
<script src="/assets/js/wow.js"></script>
|
<script src="/assets/js/wow.js"></script>
|
||||||
<!-- Custom Script -->
|
<!-- Custom Script -->
|
||||||
<script src="/assets/js/custom.js"></script>
|
<script src="/assets/js/custom.js"></script>
|
||||||
|
<script>
|
||||||
|
function initFreshChat() {
|
||||||
|
window.fcWidget.init({
|
||||||
|
token: "e14dfaf8-473b-4882-a83f-e88f192f763d",
|
||||||
|
host: "https://wchat.freshchat.com"
|
||||||
|
});
|
||||||
|
}
|
||||||
|
function initialize(i,t){
|
||||||
|
var e;
|
||||||
|
i.getElementById(t) ? initFreshChat() :
|
||||||
|
((e=i.createElement("script")).id=t,
|
||||||
|
e.async=!0,e.src="https://wchat.freshchat.com/js/widget.js",
|
||||||
|
e.onload=initFreshChat,i.head.appendChild(e))
|
||||||
|
}
|
||||||
|
function initiateCall() {
|
||||||
|
initialize(document,"freshchat-js-sdk")
|
||||||
|
}
|
||||||
|
window.addEventListener ? window.addEventListener("load",initiateCall,!1): window.attachEvent("load",initiateCall,!1);
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user