mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-20 23:54:07 -05:00
bug fix for / in mugic names
This commit is contained in:
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 (
|
||||
|
||||
Reference in New Issue
Block a user