chore: tweaks code
This commit is contained in:
parent
041b33e967
commit
0e693fcda2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const fixedPath = location.href.replace('/-/', '/#/')
|
||||
if (fixedPath != location.href) {
|
||||
if (fixedPath !== location.href) {
|
||||
location.href = fixedPath
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue