Skip to content

Commit

Permalink
Aleksei/fix for await in fe (#157)
Browse files Browse the repository at this point in the history
* changelog

* defer contentScript load

* trigger ci

* lint trigger

Co-authored-by: Ana G. <[email protected]>
  • Loading branch information
iambeone and Bitcoinera authored Feb 27, 2020
1 parent a6e43d3 commit f9ab0c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pending/aleksei_fix_for_await_in_fe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Changed] defer contentScript execution to page load @iambeone
5 changes: 3 additions & 2 deletions src/contentScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ function main() {
listenToExtensionMessages()
listenToWebsiteMessages()
}

main()
window.onload = () => {
main()
}

0 comments on commit f9ab0c7

Please sign in to comment.