Skip to content

Commit 32c7608

Browse files
authored
Update miaw_local_prechat_new.html
1 parent accd0f6 commit 32c7608

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

ruhi/miaw_local_prechat_new.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
<title>Test Page</title>
55
</head>
66
<body><script type='text/javascript'>
7-
function initEmbeddedMessaging() {
8-
try {
9-
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
7+
function initEmbeddedMessaging() {
8+
try {
9+
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
1010

11-
embeddedservice_bootstrap.init(
12-
'00Dxx0000006Gnj',
13-
'MIAWPreChat',
14-
'https://chatorg.my.localhost.sfdcdev.site.com:6101/ESWMIAWPreChat1760792844496',
15-
{
16-
scrt2URL: 'https://chatorg.my.localhost.sfdcdev.salesforce-scrt.com:18000'
17-
}
18-
);
19-
} catch (err) {
20-
console.error('Error loading Embedded Messaging: ', err);
21-
}
22-
};
11+
embeddedservice_bootstrap.init(
12+
'00Dxx0000006GpL',
13+
'MIAWPrechatDep',
14+
'https://chatorg258.my.localhost.sfdcdev.site.com:6101/ESWMIAWPrechatChannel1761840641805',
15+
{
16+
scrt2URL: 'https://chatorg258.my.localhost.sfdcdev.salesforce-scrt.com:18000'
17+
}
18+
);
19+
} catch (err) {
20+
console.error('Error loading Embedded Messaging: ', err);
21+
}
22+
};
2323
</script>
24-
<script type='text/javascript' src='https://chatorg.my.localhost.sfdcdev.site.com:6101/ESWMIAWPreChat1760792844496/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
24+
<script type='text/javascript' src='https://chatorg258.my.localhost.sfdcdev.site.com:6101/ESWMIAWPrechatChannel1761840641805/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
2525

2626
</body>
2727
</html>

0 commit comments

Comments
 (0)