From 8f74b67bfb9aee81854e397ace168a8e7904e643 Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sat, 5 Jun 2021 18:42:15 +1200 Subject: [PATCH] More test --- Wiki.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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