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 +
+