This commit is contained in:
Brychan Dempsey 2021-06-05 19:48:01 +12:00
parent 2ee01184a8
commit 7994725f26

View File

@ -2,7 +2,7 @@
<script>
var docframe = document.getElementById("docFrame");
var targetContent = docframe.querySelector(".file-view");
console.log(targetContent);
console.log(docframe);
docframe.getElementsByTagName('body')[0].innerHTML = targetContent.innerHTML;
</script>