MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / toggleMinimize

Function toggleMinimize

static/js/learnpython.js:308–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306}
307
308function toggleMinimize() {
309 var dock = document.querySelector("footer#dock");
310
311 if (dock.classList.contains("maximized")) {
312 minimizeDock();
313 } else {
314 maximizeDock();
315 }
316}
317
318function maximizeDock() {
319 var dock = document.querySelector("footer#dock");

Callers

nothing calls this directly

Calls 2

minimizeDockFunction · 0.85
maximizeDockFunction · 0.85

Tested by

no test coverage detected