Added "Adventures in Math (1983)" along with some notes about the failure to properly archive files
This commit is contained in:
parent
487fa0e26e
commit
36bf15561f
19 changed files with 619 additions and 379 deletions
|
|
@ -184,8 +184,7 @@ class HDC extends Component {
|
|||
else if (this.sDriveConfigs) {
|
||||
try {
|
||||
/*
|
||||
* The most likely source of any exception will be right here, where we're parsing
|
||||
* the JSON-encoded drive data.
|
||||
* We must take care when parsing user-supplied JSON-encoded drive data.
|
||||
*/
|
||||
this.aDriveConfigs = eval("(" + this.sDriveConfigs + ")");
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue