From 4b30deb7091621a6ab71aed26d88602deea183c4 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Fri, 29 Mar 2024 22:34:57 +1100 Subject: [PATCH] On function editor, if the editor loads slow enough then you can see the code/environment json as html text so I changed the text to transparent to avoid this, not a real fix (For some reason I cant find any mention of other people having this issue) --- templates/function_editor.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/function_editor.html b/templates/function_editor.html index 288c73c..d5f8879 100644 --- a/templates/function_editor.html +++ b/templates/function_editor.html @@ -47,7 +47,7 @@ -
{{ script }}
+
{{ script }}