mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-26 03:24:41 -05:00
bug fix for / in mugic names
This commit is contained in:
parent
75d54b29bf
commit
afc4c5e270
File diff suppressed because one or more lines are too long
|
|
@ -82,9 +82,9 @@ export default class Mugic extends React.Component {
|
|||
|
||||
let url = (() => {
|
||||
if (path[2] === "Mugic")
|
||||
return "/portal/Mugic/"+single_mugic.gsx$tribe+"/"+single_mugic.gsx$name;
|
||||
return "/portal/Mugic/"+single_mugic.gsx$tribe+"/"+encodeURIComponent(single_mugic.gsx$name);
|
||||
else if (path[3] === "Mugic")
|
||||
return "/portal/"+single_mugic.gsx$tribe+"/Mugic/"+single_mugic.gsx$name;
|
||||
return "/portal/"+single_mugic.gsx$tribe+"/Mugic/"+encodeURIComponent(single_mugic.gsx$name);
|
||||
})();
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user