Changed "keys" to "autoType"
This commit is contained in:
parent
69cae08d8f
commit
205df032fa
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ machines:
|
||||||
path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
|
path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
|
||||||
B:
|
B:
|
||||||
path: /apps/pcx86/1983/adventmath/ADVENTMATH100.json
|
path: /apps/pcx86/1983/adventmath/ADVENTMATH100.json
|
||||||
keys: 8-10-81\rb:\ra:basica castle\r
|
autoType: 8-10-81\rb:\ra:basica castle\r
|
||||||
---
|
---
|
||||||
|
|
||||||
Adventures in Math (1983)
|
Adventures in Math (1983)
|
||||||
|
|
|
||||||
|
|
@ -453,6 +453,7 @@ MarkOut.prototype.convertMD = function(sIndent)
|
||||||
aOptions = aaOptions[iOption];
|
aOptions = aaOptions[iOption];
|
||||||
var sSpace = aOptions[1], sName = aOptions[2].toLowerCase(), sValue = aOptions[3];
|
var sSpace = aOptions[1], sName = aOptions[2].toLowerCase(), sValue = aOptions[3];
|
||||||
if (sName == 'automount') sName = 'autoMount'; // for backward compatibility
|
if (sName == 'automount') sName = 'autoMount'; // for backward compatibility
|
||||||
|
if (sName == 'autotype') sName = 'autoType';
|
||||||
if (!id && sName == 'id') {
|
if (!id && sName == 'id') {
|
||||||
id = sValue;
|
id = sValue;
|
||||||
} else if (sName == 'autoMount') {
|
} else if (sName == 'autoMount') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue