From 099404d57bc43c716a4fd0f20eb9bf697187d8fb Mon Sep 17 00:00:00 2001 From: Quinton Ashley Date: Wed, 6 Apr 2022 17:13:39 -0500 Subject: [PATCH] 1.2.3 --- docs/favicon.ico => favicon.ico | Bin docs/ide.js => ide.js | 2 +- docs/index.html => index.html | 4 ++-- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename docs/favicon.ico => favicon.ico (100%) rename docs/ide.js => ide.js (91%) rename docs/index.html => index.html (92%) diff --git a/docs/favicon.ico b/favicon.ico similarity index 100% rename from docs/favicon.ico rename to favicon.ico diff --git a/docs/ide.js b/ide.js similarity index 91% rename from docs/ide.js rename to ide.js index 25e966a..b3c07bd 100644 --- a/docs/ide.js +++ b/ide.js @@ -1,6 +1,6 @@ (async () => { jdk.log = document.getElementById('javaConsole'); - await jdk.init('../jdk'); + await jdk.init('./jdk'); let file0 = document.getElementById('javaFile'); file0.onchange = async () => { diff --git a/docs/index.html b/index.html similarity index 92% rename from docs/index.html rename to index.html index 1361944..ac24a03 100755 --- a/docs/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + java2js demo