debug
This commit is contained in:
parent
8f74b67bfb
commit
f88ca79d0e
@ -14,6 +14,7 @@ function changeUrl() {
|
||||
|
||||
<script>
|
||||
const queryLoc = window.location.origin;
|
||||
console.log(queryLoc);
|
||||
fetch(queryLoc + "/" + "BrychanD/JavaECS-Docs/src/branch/master/README.md")
|
||||
.then(x => x.getElementsByClassName("file-view").text())
|
||||
.then(y => document.getElementById("renderspot2").innerHTML = y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user