replace upper foldername with lower char for SVG folder

This commit is contained in:
Jonas Leder 2022-02-04 08:24:38 +01:00
parent bc4d5f1acb
commit 66312e4f93
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA
7 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ class svgLoad extends HTMLElement {
}
}
xhr.open("GET", "/SVG/" + svgName + ".svg");
xhr.open("GET", "/svg/" + svgName + ".svg");
xhr.send();
}
}

View file

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 658 B

View file

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 191 B

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 604 B

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB