Skip to content

Commit 015da55

Browse files
Update nextgenchat.html
1 parent 0b3f214 commit 015da55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

254/W-17729485/nextgenchat.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"></head>
33
<body>
44
<script type='text/javascript'>
5-
function initEmbeddedMessaging() {
5+
function initNextGenChat() {
66
try {
77
embeddedservice_nextgenchat.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
88

@@ -14,14 +14,14 @@
1414
'https://w-17729485.my.site-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev:6101/ESWLOCAL2541738645207408',
1515
{
1616
// scrt2URL: 'http://w-17729485.my.salesforce-scrt-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev'
17-
scrt2URL: 'https://esw-sdb3-blitz.test1.my.pc-rnd.salesforce-scrt.com'
17+
scrt2URL: 'https://esw-sdb3-blitz.test1.my.pc-rnd.salesforce-scrt.com'
1818
}
1919
);
2020
} catch (err) {
2121
console.error('Error loading Next Gen Chat: ', err);
2222
}
2323
};
2424
</script>
25-
<script type='text/javascript' src='https://w-17729485.my.site-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev:6101/ESWLOCAL2541738645207408/assets/js/init.js' onload='initEmbeddedMessaging()'></script>
25+
<script type='text/javascript' src='https://w-17729485.my.site-com.tiffany-tso-74z6eoce18yf0.wc.crm.dev:6101/ESWLOCAL2541738645207408/assets/js/init.js' onload='initNextGenChat()'></script>
2626
</body>
2727
</html>

0 commit comments

Comments
 (0)