From c8efd09b45c5cc59b694a27e715a4be50a425e20 Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Fri, 2 Apr 2021 22:04:06 +0200 Subject: [PATCH] Remove useless arg --- assets/js/jspg.js | 2 +- js.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/jspg.js b/assets/js/jspg.js index 1c797ba..d18afb9 100644 --- a/assets/js/jspg.js +++ b/assets/js/jspg.js @@ -1,7 +1,7 @@ const flask = getEditor("#code", "js") let consoleElmt = document.getElementById("console") -function run(elmtID) { +function run() { console = newConsole console.clear() try { diff --git a/js.html b/js.html index 45c31e0..248b76d 100644 --- a/js.html +++ b/js.html @@ -11,7 +11,7 @@

Javascript Playground

- +