Skip to content

Commit

Permalink
#4 Inner code of scripts from "scripts" is working
Browse files Browse the repository at this point in the history
  • Loading branch information
edwingamboa committed May 31, 2019
1 parent a5be815 commit 0a7e36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
script.setAttribute(attrs[i].name, attrs[i].value);
}
}
script.innerHTML = htmlToElements(html).innerHTML || '';
script.innerHTML = foreignScript.innerHTML || '';
document.head.appendChild(script);
}
}
Expand Down

0 comments on commit 0a7e36d

Please sign in to comment.