From 88037c5ed8ea7f464a3f8f001e924591eb72c0fe Mon Sep 17 00:00:00 2001 From: maru21 Date: Sat, 14 Oct 2023 23:41:04 +0200 Subject: [PATCH] changed script launch changed how settings are handled --- index.html | 52 +++++++++++++++++++++++++++++------------------- js/9.9.8/init.js | 9 ++++++--- js/9.9.8/main.js | 7 ------- 3 files changed, 37 insertions(+), 31 deletions(-) delete mode 100644 js/9.9.8/main.js diff --git a/index.html b/index.html index 6f2ae4b..765e22b 100644 --- a/index.html +++ b/index.html @@ -1,31 +1,41 @@ - Template Generator - - - +
+ Template Generator + + + - - - - - - + - - let script = document.createElement("script"); - script.src = "js/" + jsVer + "/main.js"; - script.type = "module"; - document.head.appendChild(script); - + + + + + + +
init()); - - -