From 1850dc32012c2fa95c66ec94476280e8a9ae6731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Wed, 18 Jan 2023 09:17:11 +0100 Subject: [PATCH] test --- View/src/JS/Admin2.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/View/src/JS/Admin2.js b/View/src/JS/Admin2.js index 339857eb..cd29abd8 100644 --- a/View/src/JS/Admin2.js +++ b/View/src/JS/Admin2.js @@ -47,7 +47,8 @@ function run_init() { } //Function that execute given code and return the result in a given element by id - +let retourCode = ""; +let retourSolution = ""; function exec(code, id) { var terminal = ""; const runner = new BrythonRunner({