diff --git a/src/core/Command.ts b/src/core/Command.ts index 82565cb1..3a7602f7 100644 --- a/src/core/Command.ts +++ b/src/core/Command.ts @@ -73,7 +73,7 @@ export default class Command { public static invokeRoute(route: string = location.hash.startsWith("#!") ? location.hash.substring(2) - : location.pathname, + : location.href, forceDisplay = false) { let sp: URLSearchParams;