MCPcopy Create free account
hub / github.com/TechSpiritSS/Terminal-Portfolio / greenBtn

Function greenBtn

scripts/buttons.js:3–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1//Buttons are set up in this file.
2
3function greenBtn() {
4 const container = document.querySelector("#screenContainer");
5 container.classList.contains("maximized")
6 ? container.classList.remove("maximized")
7 : container.classList.add("maximized");
8}
9
10function yellowBtn() {
11 bodyContainer.classList.contains("minimized")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected