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

Function maximizeDock

static/js/learnpython.js:318–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316}
317
318function maximizeDock() {
319 var dock = document.querySelector("footer#dock");
320 var toggleButton = document.querySelector("#toggle-dock-button");
321 // $("#run-button").prop("disabled", false);
322
323 dock.classList.add("maximized");
324 toggleButton.classList.remove("btn-primary");
325 toggleButton.classList.add("btn-success");
326
327}
328
329
330function minimizeDock() {

Callers 6

executeFunction · 0.85
loadFunction · 0.85
showExpectedFunction · 0.85
showSolutionFunction · 0.85
resetFunction · 0.85
toggleMinimizeFunction · 0.85

Calls 2

removeMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected