replace upper foldername with lower char for SVG folder
|
@ -9,7 +9,7 @@ class svgLoad extends HTMLElement {
|
|||
}
|
||||
}
|
||||
|
||||
xhr.open("GET", "/SVG/" + svgName + ".svg");
|
||||
xhr.open("GET", "/svg/" + svgName + ".svg");
|
||||
xhr.send();
|
||||
}
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |