Commit 24aedfc6 authored by Muhammadali's avatar Muhammadali

update-

parent 6568a7a2
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.7.5", "version": "4.7.6",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -77,10 +77,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -77,10 +77,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
} }
setTimeout(function waitUaRegisterLost() { setTimeout(function waitUaRegisterLost() {
console.log( // console.log(
'==========------------reg_checking: ', // '==========------------reg_checking: ',
boxDialer.isUaRunning(), // boxDialer.isUaRunning(),
); // );
if (boxDialer.isUaRunning()) { if (boxDialer.isUaRunning()) {
setTimeout(waitUaRegisterLost, 10); setTimeout(waitUaRegisterLost, 10);
} else { } else {
......
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