Commit d443ebcd authored by Muhammadali's avatar Muhammadali

update verison: 0.5.9

parent 477a4823
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.5.8", "version": "0.5.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -225,10 +225,7 @@ export class BoxDialer { ...@@ -225,10 +225,7 @@ export class BoxDialer {
} }
setGuiPhoneState({ stateCode, funcName, funcParam }) { setGuiPhoneState({ stateCode, funcName, funcParam }) {
if ( if (window?.alovoice_wsphone) {
typeof window?.BX24 !== 'undefined' ||
typeof window?.BX !== 'undefined'
) {
let uiState = ''; let uiState = '';
switch (stateCode) { switch (stateCode) {
......
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