mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
PERCS PLEASE FILL THIS IN dot js
This commit is contained in:
parent
6882ceff9b
commit
9bd880ac8a
9 changed files with 163 additions and 161 deletions
|
@ -236,7 +236,7 @@ function traverseParsedHtml(
|
|||
);
|
||||
const htmlcomment = /<!--[\s\S]*?-->/g;
|
||||
js = js.replace(htmlcomment, "");
|
||||
node.children[0].data = rewriteJs(js, meta);
|
||||
node.children[0].data = rewriteJs(js, "(inline script element)", meta);
|
||||
}
|
||||
|
||||
if (node.name === "meta" && node.attribs["http-equiv"] != undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue