Remove js-dos progress bar

main
Jerry Aldrich 4 years ago
parent 1693151e0b
commit 1d70f24999
  1. 3
      static/js/web-dos.js

@ -85,6 +85,9 @@ function createGameCommand(game, canvas, termElement) {
wdosboxUrl: "https://js-dos.com/6.22/current/wdosbox.js",
cycles: game.cycles,
autolock: true,
onprogress: (stage, total, loaded) => {
console.log(stage, loaded * 100 / total + "%");
},
}).ready(function (fs, main) {
fs.extract(game.url, "/" + game.dataFolder).then(function () {
var runCommand = [];

Loading…
Cancel
Save