PC-DOS 7.00 SETUP is making progress, but XDF support is still lacking

This commit is contained in:
Jeff Parsons 2014-10-22 00:37:31 -05:00 committed by jeffpar
commit 3bbbd4e9b1
14 changed files with 648 additions and 570 deletions

View file

@ -75,7 +75,6 @@ function FileDump(sFormat, fComments, fDecimal, sServerRoot)
/*
* Class constants
*/
FileDump.sAPIURL = "http://www.pcjs.org" + DumpAPI.ENDPOINT;
FileDump.sCopyright = "© 2012-2014 by Jeff Parsons (@jeffpar)";
FileDump.sNotice = FileDump.sAPIURL + " " + FileDump.sCopyright;