Change }else to } else
This commit is contained in:
parent
9c85fafd1d
commit
422c869568
11 changed files with 24 additions and 24 deletions
|
@ -1675,7 +1675,7 @@ const app = new Vue({
|
|||
app.page = (kind) + "_" + (id);
|
||||
window.location.hash = `${kind}/${id}${isLibrary ? "/" + isLibrary : ''}`
|
||||
app.getTypeFromID((kind), (id), (isLibrary), params);
|
||||
}else{
|
||||
} else{
|
||||
app.page = (kind)
|
||||
window.location.hash = `${kind}/${id}${isLibrary ? "/" + isLibrary : ''}`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue