nebulasio / WebExtensionWallet

170 stars 58 forks source link

Extension wallet is not installed, please install it first. #2

Closed xulove closed 6 years ago

xulove commented 6 years ago

i hava installed the WebExtensionWallet by your "README.md", but when I open "testPage.html" in the "test" folder,show "Extension wallet is not installed, please install it first.".how do I solve it ? thanks!

yupnano commented 6 years ago

Sorry that there was a bug in the testpage when checking extension. Please pull the leatest repo and try again.

xulove commented 6 years ago

I have solve the problem,thanks change setTimeout(checkNebpay(),1000); to setTimeout(checkNebpay,1000);

yupnano commented 6 years ago

yes, this is the bug.