From 32dc1a4cf454f25c4a30a4442102b9c39f807896 Mon Sep 17 00:00:00 2001 From: lawgicau Date: Mon, 19 Jul 2021 17:27:25 +1000 Subject: [PATCH] Optimise gcode js loading + switch back font --- js/loadscripts.js | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/js/loadscripts.js b/js/loadscripts.js index 9d6acbf..d96c51e 100644 --- a/js/loadscripts.js +++ b/js/loadscripts.js @@ -2,21 +2,22 @@ var scripts = ` - + - - - - - - - - - - -`; + + + + + + + + + + + +`; document.write(scripts); \ No newline at end of file