Commit 48cc5124 authored by Muhammadali's avatar Muhammadali

update-

parent 24aedfc6
{
"name": "boxdialer",
"version": "4.7.6",
"version": "4.7.7",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -66,6 +66,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
);
console.log(
'isUaRunning: ==========---------------',
typeof window.BX !== 'undefined',
window.localStorage.getItem(BX.bitrix_sessid() + '_mycall'),
window.localStorage.getItem('mycall'),
'============================',
Boolean(typeof window.BX !== 'undefined'),
Boolean(window.localStorage.getItem(BX.bitrix_sessid() + '_mycall')),
Boolean(window.localStorage.getItem('mycall')),
......
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