File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed
Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -24,22 +24,14 @@ <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- // );
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- ) ;
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+ ) ;
4335 } catch ( err ) {
4436 console . error ( 'Error loading Embedded Messaging: ' , err ) ;
4537 }
You can’t perform that action at this time.
0 commit comments