aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-07-07 12:45:15 +0800
committerkumavis <aaron@kumavis.me>2016-07-07 12:45:15 +0800
commit786a283dd2445402638048e4eabac6642e21c593 (patch)
tree31b73b17050887b9082db1e4dfb113752b733481 /app/scripts
parente885c3ba09759354322677c75461aab0a35c999e (diff)
downloadtangerine-wallet-browser-786a283dd2445402638048e4eabac6642e21c593.tar
tangerine-wallet-browser-786a283dd2445402638048e4eabac6642e21c593.tar.gz
tangerine-wallet-browser-786a283dd2445402638048e4eabac6642e21c593.tar.bz2
tangerine-wallet-browser-786a283dd2445402638048e4eabac6642e21c593.tar.lz
tangerine-wallet-browser-786a283dd2445402638048e4eabac6642e21c593.tar.xz
tangerine-wallet-browser-786a283dd2445402638048e4eabac6642e21c593.tar.zst
tangerine-wallet-browser-786a283dd2445402638048e4eabac6642e21c593.zip
contentscript - remove timeout before stream setup
Diffstat (limited to 'app/scripts')
-rw-r--r--app/scripts/contentscript.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/contentscript.js b/app/scripts/contentscript.js
index 8b46f603c..60b37284e 100644
--- a/app/scripts/contentscript.js
+++ b/app/scripts/contentscript.js
@@ -4,7 +4,7 @@ const ObjectMultiplex = require('./lib/obj-multiplex')
if (shouldInjectWeb3()) {
setupInjection()
- setTimeout(setupStreams, 200)
+ setupStreams()
}
function setupInjection(){