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

Function yellowBtn

scripts/buttons.js:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10function yellowBtn() {
11 bodyContainer.classList.contains("minimized")
12 ? bodyContainer.classList.remove("minimized")
13 : bodyContainer.classList.add("minimized");
14}
15
16function redBtn() {
17 window.close();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected