This commit is contained in:
Brychan Dempsey 2021-06-05 19:56:56 +12:00
parent 84a4c93742
commit a77b1e5589

View File

@ -1,6 +1,6 @@
<head>
<script>
var docframe = document.getElementById("docFrame").contentWindow;
var docframe = document.getElementById("docFrame").contentWindow.document.body.innerHTML;
console.log(docframe);
var targetContent = docframe.querySelector(".file-view");