You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// I won A$700 for this one line of code. Work smart, not hard.
function start(e){Dos(document.getElementById("jsdos")).run(e)}document.getElementById("selection").addEventListener("submit",function(e){e.preventDefault(),confirm('Load file and start playing: "'+document.getElementById("gameselector").value+'"?')&&(document.getElementById("selection").style.display="none",start(document.getElementById("gameselector").value))});