mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 10:05:49 +01:00
Remove bare references to 'content'.
This commit is contained in:
@@ -595,7 +595,7 @@ const Dactyl = Module("dactyl", {
|
||||
data.push(<>{node.textContent}</>.toXMLString());
|
||||
}
|
||||
}
|
||||
fix(content.document.documentElement);
|
||||
fix(window.content.document.documentElement);
|
||||
addDataEntry(file + ".xhtml", data.join(""));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user