Removed an HTML template hack (should only affect the Node environment)

This commit is contained in:
Jeff Parsons 2016-10-14 09:41:38 -07:00 committed by Jeff Parsons
commit a0f7b85bdd

View file

@ -796,7 +796,7 @@ HTMLOut.prototype.setData = function(err, sData, sFile, fTemplate)
* We cheat slightly and insert one of those tokens right now, because otherwise * We cheat slightly and insert one of those tokens right now, because otherwise
* the template file itself would not render correctly in your web browser. * the template file itself would not render correctly in your web browser.
*/ */
this.sTemplate = sData.replace("/modules/shared/templates/common.css", "/versions/pcx86/<!-- pcjs:version -->/common.css"); this.sTemplate = sData; // .replace("/modules/shared/templates/common.css", "/versions/pcx86/<!-- pcjs:version -->/common.css");
this.sHTML = this.sTemplate; this.sHTML = this.sTemplate;
/* /*