Skip to content
Snippets Groups Projects
Verified Commit 66312e4f authored by Jonas Leder's avatar Jonas Leder
Browse files

replace upper foldername with lower char for SVG folder

parent bc4d5f1a
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ class svgLoad extends HTMLElement {
}
}
xhr.open("GET", "/SVG/" + svgName + ".svg");
xhr.open("GET", "/svg/" + svgName + ".svg");
xhr.send();
}
}
......
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment