From 6e32c1cd1d8889b592dbdb3c809ea63e46427fea Mon Sep 17 00:00:00 2001 From: Joshua Taylor Keays <128968711+berlintay@users.noreply.github.com> Date: Sat, 10 Aug 2024 04:27:07 -0300 Subject: [PATCH] Update script.js --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index 3d07214..5db2fce 100644 --- a/script.js +++ b/script.js @@ -94,5 +94,4 @@ function clearTerminal() { const terminal = document.getElementById('terminal'); terminal.innerHTML = ''; // Clear all terminal content } - });