From 51b6173ad5d02172955581785346b5489c9b7dd1 Mon Sep 17 00:00:00 2001 From: Sean <83432253+MegaTheLEGEND@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:36:33 -0800 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 104a069..7009232 100644 --- a/main.js +++ b/main.js @@ -850,7 +850,7 @@ function spawnTerminal() { } else { // If it is not visible, create the overlay div and iframe termDiv = document.createElement("div"); - termDiv.id = "banned"; + termDiv.id = "terminal"; // Set styles for the overlay div to cover the entire page termDiv.style.position = "fixed"; termDiv.style.top = "0";