Fixed internal stack overflow caused by overly rapid keyboard interrupts

This commit is contained in:
Jeff Parsons 2014-11-06 15:31:50 -08:00 committed by jeffpar
commit 88e71cdb17
17 changed files with 1972 additions and 1809 deletions

View file

@ -84,6 +84,7 @@
position: absolute;
height: 34px;
line-height: 34px;
background-color: #ffffff;
}
.pcjs-reference {
float: left;
@ -107,4 +108,4 @@
.pcjs-registers {
width: 100% !important;
}
}
}

View file

@ -8,7 +8,7 @@
<xsl:variable name="MACHINECLASS">pc</xsl:variable>
<xsl:variable name="APPCLASS">pcjs</xsl:variable>
<xsl:variable name="APPVERSION">1.15.8</xsl:variable>
<xsl:variable name="APPVERSION">1.15.9</xsl:variable>
<xsl:variable name="SITEHOST">www.pcjs.org</xsl:variable>
<xsl:template name="componentStyles">

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.