diff options
author | brunobar79 <brunobar79@gmail.com> | 2018-08-23 01:37:47 +0800 |
---|---|---|
committer | brunobar79 <brunobar79@gmail.com> | 2018-08-23 01:37:47 +0800 |
commit | 055e0f8dacc8cf3f45d31755c36270403b9130f3 (patch) | |
tree | f6bc28e8981df5697b0e95a1c42bc7efc783e702 /app/vendor | |
parent | 1286ddaaed7ca1995fe093a30c20a1ae6a929e16 (diff) | |
parent | babd59a2dc64e15ef2a415e349ef12d5b995e2e7 (diff) | |
download | tangerine-wallet-browser-055e0f8dacc8cf3f45d31755c36270403b9130f3.tar tangerine-wallet-browser-055e0f8dacc8cf3f45d31755c36270403b9130f3.tar.gz tangerine-wallet-browser-055e0f8dacc8cf3f45d31755c36270403b9130f3.tar.bz2 tangerine-wallet-browser-055e0f8dacc8cf3f45d31755c36270403b9130f3.tar.lz tangerine-wallet-browser-055e0f8dacc8cf3f45d31755c36270403b9130f3.tar.xz tangerine-wallet-browser-055e0f8dacc8cf3f45d31755c36270403b9130f3.tar.zst tangerine-wallet-browser-055e0f8dacc8cf3f45d31755c36270403b9130f3.zip |
fix merge conflicts
Diffstat (limited to 'app/vendor')
-rw-r--r-- | app/vendor/trezor/content-script.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/vendor/trezor/content-script.js b/app/vendor/trezor/content-script.js index a21332f46..c8888c1b6 100644 --- a/app/vendor/trezor/content-script.js +++ b/app/vendor/trezor/content-script.js @@ -6,10 +6,6 @@ let port = chrome.runtime.connect({ name: 'trezor-connect' }); port.onMessage.addListener(message => { window.postMessage(message, window.location.origin); }); -port.onDisconnect.addListener(d => { - port = null; -}); - /* Passing messages from popup to background script */ |