Skip to content

Commit 43a8d90

Browse files
Update embeddedservice_bootstrap initialization
1 parent 504e4d6 commit 43a8d90

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

godwin/sdb6/cwc.html

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)