From bb5b4f50dbc6e68cc307e3b5ee0dac0bb04fcd58 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Wed, 28 Dec 2022 10:36:55 +0100 Subject: [PATCH] test design --- WEB/View/src/JS/base.js | 4 ++-- WEB/View/src/pages/Main2.html | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/WEB/View/src/JS/base.js b/WEB/View/src/JS/base.js index da87b050..52c0d0ab 100644 --- a/WEB/View/src/JS/base.js +++ b/WEB/View/src/JS/base.js @@ -44,7 +44,6 @@ editor.container.style.opacity = 0.85; editor.setTheme("ace/theme/vibrant_ink"); editor.getSession().setMode("ace/mode/python"); editor.setFontSize("16px"); -// editor.container.style.height ="700px"; editor.setOptions({ enableLiveAutocompletion: true, copyWithEmptySelection: true, @@ -111,8 +110,9 @@ function check() { } + /** - * It gets all the elements with the class name "help" and sets their display property to "block". + * If the help is displayed, hide it. Otherwise, display it. */ function displayHelp() { var help = document.getElementsByClassName("help"); diff --git a/WEB/View/src/pages/Main2.html b/WEB/View/src/pages/Main2.html index 7fd26d1a..05004e86 100644 --- a/WEB/View/src/pages/Main2.html +++ b/WEB/View/src/pages/Main2.html @@ -110,13 +110,16 @@ -
-
-
+
+
+
+

Scripted

-
+
TEST +
+