Added server-side IDER over CIRA support.

This commit is contained in:
Ylian Saint-Hilaire
2019-04-25 15:13:32 -07:00
parent 6f68741cb8
commit bfd7b8ba41
6 changed files with 922 additions and 923 deletions

View File

@@ -79,8 +79,6 @@ module.exports.CreateAmtIderSession = function (parent, db, ws, req, args, domai
if (results[i].toLowerCase().endsWith('.img')) { floppyImages.push(results[i].substring(userPath.length + 1)); }
else if (results[i].toLowerCase().endsWith('.iso')) { cdromImages.push(results[i].substring(userPath.length + 1)); }
}
//console.log(floppyImages, cdromImages);
var xx, sel = true, html = "<div style='margin:10px 5px 10px 5px'>Select disk images & start type.</div>";
// Floppy image selection