Fixed PCx86 "Save Machine" functionality (broken by the inclusion of source maps at the end of the compiled scripts)
This commit is contained in:
parent
af252fc606
commit
159588623a
341 changed files with 193383 additions and 320 deletions
|
|
@ -14,12 +14,12 @@
|
|||
<xsl:variable name="CSSCLASS">pcjs</xsl:variable>
|
||||
<xsl:variable name="APPCLASS">pcx86</xsl:variable>
|
||||
<xsl:variable name="APPNAME">PCx86</xsl:variable>
|
||||
<xsl:variable name="APPVERSION">1.36.1</xsl:variable>
|
||||
<xsl:variable name="APPVERSION">1.36.2</xsl:variable>
|
||||
<xsl:variable name="SITEHOST">www.pcjs.org</xsl:variable>
|
||||
<xsl:variable name="BGNDCOLOR">#FAEBD7</xsl:variable>
|
||||
|
||||
<xsl:template name="componentStyles">
|
||||
<link rel="stylesheet" type="text/css" href="/versions/pcx86/1.36.1/components.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/versions/pcx86/1.36.2/components.css"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="componentScripts">
|
||||
|
|
|
|||
Loading…
Reference in a new issue