Commit 24aedfc6 authored by Muhammadali's avatar Muhammadali

update-

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