Remove obsolete scripts
This commit is contained in:
parent
afa6402fe9
commit
6879495afb
3 changed files with 1 additions and 102 deletions
|
@ -29,7 +29,7 @@ function genImages(dryrun = false) {
|
|||
if (hasNonAsciiChars) {
|
||||
throw "The svg '" + path + "' has non-ascii characters"
|
||||
}
|
||||
const name = path.substr(0, path.length - 4).replace(/[ -]/g, "_")
|
||||
const name = path.substring(0, path.length - 4).replace(/[ -]/g, "_")
|
||||
|
||||
if (dryrun) {
|
||||
svg = "xxx"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue