fix: Typo

This commit is contained in:
Suraj Shetty 2021-07-16 13:19:41 +05:30
parent f609297812
commit d974fd8d4d

View file

@ -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;
}
}