Commit 69319d41 authored by Muhammadali's avatar Muhammadali

update-

parent 5d51311e
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.7.9", "version": "4.7.10",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -160,7 +160,12 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -160,7 +160,12 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
console.log('window_onbeforeunload =============-------------'); console.log('window_onbeforeunload =============-------------');
localStorage.removeItem('mycall'); localStorage.removeItem('mycall');
localStorage.removeItem(BX.bitrix_sessid() + '_mycall'); localStorage.removeItem(BX.bitrix_sessid() + '_mycall');
alert('blablabla closing');
console.log(
'--==== Checking removed Items: ',
localStorage.getItem('mycall'),
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