diff --git a/Wiki.html b/Wiki.html index c0e0248..f3751c5 100644 --- a/Wiki.html +++ b/Wiki.html @@ -17,7 +17,7 @@ function changeUrl() { fetch(queryLoc + "/" + "BrychanD/JavaECS-Docs/src/branch/master/README.md") .then(x => x.getElementsByClassName("file-view").text()) .then(y => document.getElementById("renderspot2").innerHTML = y); - + console.log(x);
\ No newline at end of file