Skip to content

Commit

Permalink
fix: Fix lint error aobut using innerHTLM
Browse files Browse the repository at this point in the history
  • Loading branch information
dobladov committed Feb 26, 2020
1 parent 2fffc91 commit 40dc52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var attach = () => {
})

const style = document.createElement('style')
style.innerHTML = styleContent
style.appendChild(document.createTextNode(styleContent))

const iframe = document.createElement('iframe')
iframe.src = url
Expand Down

0 comments on commit 40dc52e

Please sign in to comment.