Skip to content

Commit b0d3759

Browse files
Update messaging_noSsePatch.html
1 parent c75f59f commit b0d3759

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<html>
22
<head></head>
33
<body>
4-
<script type='text/javascript'>
4+
<script type='text/javascript'>
55
function initEmbeddedMessaging() {
66
try {
77
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
88

99
embeddedservice_bootstrap.init(
1010
'00DSG000003NJRe',
11-
'New_Deployment',
12-
'https://benco13.test1.my.pc-rnd.site.com/ESWNewDeployment1737650643509',
11+
'New_Deployment_2',
12+
'https://benco13.test1.my.pc-rnd.site.com/ESWNewDeployment21737651308687',
1313
{
1414
scrt2URL: 'https://benco13.test1.my.pc-rnd.salesforce-scrt.com'
1515
}
@@ -19,6 +19,7 @@
1919
}
2020
};
2121
</script>
22-
<script type='text/javascript' src='https://benco13.test1.my.pc-rnd.site.com/ESWNewDeployment1737650643509/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
22+
<script type='text/javascript' src='https://benco13.test1.my.pc-rnd.site.com/ESWNewDeployment21737651308687/assets/js/bootstrap.min.js' onload='initEmbeddedMessaging()'></script>
23+
2324
</body>
2425
</html>

0 commit comments

Comments
 (0)