Minor page and comment updates

This commit is contained in:
Jeff Parsons 2016-03-12 09:11:34 -08:00
commit 6eca71ace3
16 changed files with 57 additions and 68 deletions

View file

@ -198,6 +198,13 @@ web.getResource = function(sURL, dataPost, fAsync, done)
return [sResource, nErrorCode];
}
if (DEBUG) {
/*
* The larger resources that we put on archive.pcjs.org should also be available locally...
*/
sURL = sURL.replace("http://archive.pcjs.org", "");
}
if (NODE) {
/*
* We don't even need to load Component, because we can't use any of the code below