Commit f5d49e2e authored by Muhammadali's avatar Muhammadali

update-

parent 4933eac0
{
"name": "boxdialer",
"version": "4.7.2",
"version": "4.7.3",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -241,6 +241,12 @@ export class BoxDialer {
}
isUaRunning() {
console.log(
'isUaRunning: ==========---------------',
Boolean(typeof window.BX !== 'undefined'),
Boolean(window.localStorage.getItem(BX.bitrix_sessid() + '_mycall')),
Boolean(window.localStorage.getItem('mycall')),
);
return (
Boolean(typeof window.BX !== 'undefined') &&
Boolean(window.localStorage.getItem(BX.bitrix_sessid() + '_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