From 846c929a03bf4b1b24cb688cbb78dc6d46dd0894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Wed, 18 Jan 2023 09:20:14 +0100 Subject: [PATCH] correction --- View/src/JS/Admin2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/View/src/JS/Admin2.js b/View/src/JS/Admin2.js index 062a92d4..31d40a34 100644 --- a/View/src/JS/Admin2.js +++ b/View/src/JS/Admin2.js @@ -49,7 +49,6 @@ function run_init() { //Function that execute given code and return the result in a given element by id function exec(code, id) { - var terminal = ""; const runner = new BrythonRunner({ stdout: { write(content) {