fix: Typo
This commit is contained in:
parent
f609297812
commit
d974fd8d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ frappe.router = {
|
|||
if (!route) {
|
||||
route = window.location.pathname + window.location.hash + window.location.search;
|
||||
if (route.includes('app#')) {
|
||||
// to supports v1
|
||||
// to support v1
|
||||
route = window.location.hash;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue