| 42 | } |
| 43 | |
| 44 | class menuToggles { |
| 45 | constructor() { |
| 46 | this.DownloadMedia = document.getElementById("setting-downloadMedia"); |
| 47 | this.ExtraFields = document.getElementById("setting-extraFields"); |
nothing calls this directly
no outgoing calls
no test coverage detected