Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaTheLEGEND authored Feb 4, 2024
1 parent 26b636e commit 3198442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ function spawnTerminal() {
iframe.style.width = "100%";
iframe.style.height = "100%";
iframe.style.border = "none"; // Remove iframe border
iframe.src = "player.html?url=File-Z-backend/gs/terminal/terminal.html";
iframe.src = "terminal.html";

// Add the iframe to the overlay div
overlayDiv.appendChild(iframe);
Expand Down

0 comments on commit 3198442

Please sign in to comment.