Commit 865761ef authored by Muhammadali's avatar Muhammadali

update

parent 038acac9
{
"name": "boxdialer",
"version": "1.8.3",
"version": "1.8.4",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -256,7 +256,7 @@ export class BoxDialer {
setGuiPhoneState({ stateCode, funcName, funcParam }) {
console.log(
'dsadsadsad',
!(window?.alovoice_wsphone && !!stateCode?.length),
!(!!window?.alovoice_wsphone && !!stateCode?.length),
);
if (window?.alovoice_wsphone && !!stateCode?.length) {
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