From 8786773d8ddb46ef50f3ae1713e2a9a85d58ea42 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Sat, 30 Sep 2017 10:12:26 +0200 Subject: [PATCH] Added a hint to reload page on injected-provider-not-found msg --- src/execution-context.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/execution-context.js b/src/execution-context.js index 520b4c339d..006509daba 100644 --- a/src/execution-context.js +++ b/src/execution-context.js @@ -136,7 +136,8 @@ function ExecutionContext () { if (context === 'injected') { if (injectedProvider === undefined) { var alertMsg = 'No injected Web3 provider found. ' - alertMsg += 'Make sure your provider (e.g. MetaMask) is active and running.' + alertMsg += 'Make sure your provider (e.g. MetaMask) is active and running ' + alertMsg += '(when recently activated you may have to reload the page).' modalDialogCustom.alert(alertMsg) cb() } else {