Skip to content
Snippets Groups Projects
Commit 30b6fad8 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

systen name in url lowercase

parent d775302a
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ function pdbNameToCif(pdbPath: string) {
function buildStructureUrl(item: StructureItem) {
return [`/${item.system}/${pdbNameToCif(item.pdb)}`, `/${item.system}/${item.pdb}`]
return [`/${item.system.toLocaleLowerCase()}/${pdbNameToCif(item.pdb)}`, `/${item.system}/${item.pdb}`]
}
function displayStructure(item: StructureItem) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment