Minor fix
This commit is contained in:
parent
472d17557f
commit
a48c018e90
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ export default {
|
||||||
Email: transfer.data.email,
|
Email: transfer.data.email,
|
||||||
});
|
});
|
||||||
if (
|
if (
|
||||||
window.embeddedservice_bootstrap.liveAgentAPI &&
|
window.embeddedservice_bootstrap.utilAPI &&
|
||||||
typeof window.embeddedservice_bootstrap.liveAgentAPI.startChat ===
|
typeof window.embeddedservice_bootstrap.utilAPI.launchChat ===
|
||||||
"function"
|
"function"
|
||||||
) {
|
) {
|
||||||
window.embeddedservice_bootstrap.utilAPI.launchChat();
|
window.embeddedservice_bootstrap.utilAPI.launchChat();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue