Add the ability to pass through any string property to PCjs declared at the top of the Markdown file
This commit is contained in:
parent
62986953ed
commit
5b7dce1224
7 changed files with 51 additions and 12 deletions
|
|
@ -1441,7 +1441,7 @@ FDC.prototype.findDiskette = function(sPath)
|
|||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return str.getBaseName(sPath, true);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue