Remove obsolete scripts

This commit is contained in:
Pieter Vander Vennet 2022-09-19 12:34:05 +02:00
parent afa6402fe9
commit 6879495afb
3 changed files with 1 additions and 102 deletions

View file

@ -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"