MCPcopy Create free account
hub / github.com/Eltaurus-Lt/CourseDump2022 / menuButtons

Class menuButtons

menu.js:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32class menuButtons {
33 constructor () {
34 this.Download = document.getElementById("download-course");
35 this.Stop = document.getElementById("stop-download");
36 this.BatchAdd = document.getElementById("batch-add");
37 this.BatchDownload = document.getElementById("batch-download");
38 this.BatchView = document.getElementById("batch-view");
39 this.BatchImport = document.getElementById("batch-import");
40 this.BatchClear = document.getElementById("batch-clear");
41 }
42}
43
44class menuToggles {
45 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected