File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 18
18
</ style >
19
19
< body class ="w3-light-grey ">
20
20
<!-- 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 ">
30
22
</ script >
31
23
<!--End of Tawk.to Script-->
32
24
<!-- Your Chat Plugin code -->
Original file line number Diff line number Diff line change
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
+ } ) ( ) ;
You can’t perform that action at this time.
0 commit comments