Skip to content

Commit fac83e8

Browse files
Update embedded service initialization in cwc.html
1 parent cdbbb9d commit fac83e8

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

godwin/sdb6/cwc.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)