More test

This commit is contained in:
Brychan Dempsey 2021-06-05 18:42:15 +12:00
parent 1f5f09ee0c
commit 8f74b67bfb

View File

@ -17,7 +17,7 @@ function changeUrl() {
fetch(queryLoc + "/" + "BrychanD/JavaECS-Docs/src/branch/master/README.md") fetch(queryLoc + "/" + "BrychanD/JavaECS-Docs/src/branch/master/README.md")
.then(x => x.getElementsByClassName("file-view").text()) .then(x => x.getElementsByClassName("file-view").text())
.then(y => document.getElementById("renderspot2").innerHTML = y); .then(y => document.getElementById("renderspot2").innerHTML = y);
console.log(x);
</script> </script>
<div id="renderspot2" style="height: 100%; width: 100%" /> <div id="renderspot2" style="height: 100%; width: 100%" />