Commit 48cc5124 authored by Muhammadali's avatar Muhammadali

update-

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