File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed
Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,30 @@ <h2>godwin@sdb6.org</h2>
2424 try {
2525 embeddedservice_bootstrap . settings . language = 'en_US' ; // For example, enter 'en' or 'en-US'
2626 embeddedservice_bootstrap . settings . devMode = true ;
27- embeddedservice_bootstrap . init (
28- '00DSG000003UGaH' ,
29- 'CWC' ,
30- 'https://godwin-sdb6.demo.test1.my.pc-rnd.site.com/ESWCWC1757100806601' ,
31- {
32- scrt2URL : 'https://godwin-sdb6.demo.test1.my.pc-rnd.salesforce-scrt.com'
33- }
34- ) ;
27+ // embeddedservice_bootstrap.init(
28+ // '00DSG000003UGaH',
29+ // 'CWC',
30+ // 'https://godwin-sdb6.demo.test1.my.pc-rnd.site.com/ESWCWC1757100806601',
31+ // {
32+ // scrt2URL: 'https://godwin-sdb6.demo.test1.my.pc-rnd.salesforce-scrt.com'
33+ // }
34+ // );
35+ embeddedservice_bootstrap . init (
36+ '00DSG00000YKxI5' ,
37+ 'ASA_1' ,
38+ 'https://orgfarm-956de39b86.test1.my.pc-rnd.site.com/ESWASA11757374899000' ,
39+ {
40+ scrt2URL : 'https://orgfarm-956de39b86.test1.my.pc-rnd.salesforce-scrt.com'
41+ }
42+ ) ;
3543 } catch ( err ) {
3644 console . error ( 'Error loading Embedded Messaging: ' , err ) ;
3745 }
3846 } ;
3947 </ script >
40- <!---->
41- < script type ='text/javascript ' src ='https://godwin-sdb6.demo.test1.my.pc-rnd.site.com/ESWCWC1757100806601/assets/js/bootstrap.js ' onload ='initEmbeddedMessaging() '> </ script >
4248 <!--
49+ <script type='text/javascript' src='https://godwin-sdb6.demo.test1.my.pc-rnd.site.com/ESWCWC1757100806601/assets/js/bootstrap.js' onload='initEmbeddedMessaging()'></script>
50+ <!---->
4351 < script type ='text/javascript ' src ='https://esw1234.github.io/godwin/assets/js/init.js ' onload ='initEmbeddedMessaging() '> </ script >
4452 <!---->
4553 </ body >
You can’t perform that action at this time.
0 commit comments