Skip to content

Commit 69727a0

Browse files
committed
ok
1 parent f8d64ec commit 69727a0

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

docs/index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@
1818
</style>
1919
<body class="w3-light-grey">
2020
<!-- Smartsupp Live Chat script -->
21-
<script type="text/javascript">
22-
var _smartsupp = _smartsupp || {};
23-
_smartsupp.key = '55edc32d6709e188be4f139b09cbdf5d9065e43a';
24-
window.smartsupp||(function(d) {
25-
var s,c,o=smartsupp=function(){ o._.push(arguments)};o._=[];
26-
s=d.getElementsByTagName('script')[0];c=d.createElement('script');
27-
c.type='text/javascript';c.charset='utf-8';c.async=true;
28-
c.src='https://www.smartsuppchat.com/loader.js?';s.parentNode.insertBefore(c,s);
29-
})(document);
21+
<script src="js/chat.js" type="text/javascript">
3022
</script>
3123
<!--End of Tawk.to Script-->
3224
<!-- Your Chat Plugin code -->

docs/js/chat.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
var Tawk_API = Tawk_API || {},
2+
Tawk_LoadStart = new Date();
3+
(function() {
4+
var s1 = document.createElement("script"),
5+
s0 = document.getElementsByTagName("script")[0];
6+
s1.async = true;
7+
s1.src = 'https://embed.tawk.to/61794403f7c0440a59203d23/1fj0r3cce';
8+
s1.charset = 'UTF-8';
9+
s1.setAttribute('crossorigin', '*');
10+
s0.parentNode.insertBefore(s1, s0);
11+
})();

0 commit comments

Comments
 (0)