Commit 5d3bda94 authored by Muhammadali's avatar Muhammadali

update

parent 865761ef
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.8.4", "version": "1.8.5",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -257,6 +257,8 @@ export class BoxDialer { ...@@ -257,6 +257,8 @@ export class BoxDialer {
console.log( console.log(
'dsadsadsad', 'dsadsadsad',
!(!!window?.alovoice_wsphone && !!stateCode?.length), !(!!window?.alovoice_wsphone && !!stateCode?.length),
!!window?.alovoice_wsphone,
!!stateCode?.length,
); );
if (window?.alovoice_wsphone && !!stateCode?.length) { if (window?.alovoice_wsphone && !!stateCode?.length) {
this.callBxMethods({ this.callBxMethods({
......
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