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

Function buildBrowserFileSystem

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

Source from the content-addressed store, hash-verified

408 }
409 }
410 function buildBrowserFileSystem() {
411 if(Config.showUploadDownload){
412 document.getElementById('uploadbtn').style.display = "";
413 document.getElementById('downloadbtn').style.display = "";
414 }
415 spinnerElement.style.display = 'none';
416 toggleConsole();
417 if(Config.isAutoRunSet){
418 start();
419 }else{
420 var startBtn = document.getElementById('startbtn');
421 startBtn.disabled = false;
422 startBtn.style.display = "";
423 var soundToggle = document.getElementById('soundToggle');
424 if(Config.isSoundEnabled){
425 soundToggle.checked = true;
426 }
427 document.getElementById('sound-checkbox').style.display = "";
428 }
429 }
430 function closeGetFilesModal() { //called by boxedwine.html
431 }
432 function start() { //called by boxedwine.html

Callers 1

initialSetupFunction · 0.85

Calls 2

toggleConsoleFunction · 0.85
startFunction · 0.85

Tested by

no test coverage detected