MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / toggleConsole

Function toggleConsole

project/emscripten/boxedwine-shell.js:788–796  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

786 }
787}
788function toggleConsole() {
789 var el = document.getElementById('showConsole');
790 var console = document.getElementById('output');
791 if(el.checked){
792 console.style.display = '';
793 }else{
794 console.style.display = 'none';
795 }
796}
797function toggleSound() {
798 var el = document.getElementById('soundToggle');
799 Config.isSoundEnabled = el.checked;

Callers 1

buildBrowserFileSystemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected