Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bright-spark authored Jul 4, 2024
1 parent cfb753d commit 513d568
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,20 @@
}, 2000);
});
</script>
<script>
function initFreshChat() {
window.fcWidget.init({
token: "ecb3dfae-3a0a-441e-a00a-e81dbd86f903",
host: "https://satelecoms.freshchat.com"
});
}
function initialize(i,t){var e;i.getElementById(t)?
initFreshChat():((e=i.createElement("script")).id=t,e.async=!0,
e.src="https://satelecoms.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>

</html>

0 comments on commit 513d568

Please sign in to comment.