Commit 799bbfab authored by Muhammadali's avatar Muhammadali

uodate

parent ab701a8d
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.39", "version": "4.8.40",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -740,9 +740,9 @@ export class BoxDialer { ...@@ -740,9 +740,9 @@ export class BoxDialer {
} else if ( } else if (
window.alovoicePhone && window.alovoicePhone &&
window.alovoicePhone.callMethods && window.alovoicePhone.callMethods &&
window.alovoicePhone.close window.alovoicePhone.bodClose
) { ) {
window?.alovoicePhone?.close(); window?.alovoicePhone?.bodClose();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment