diff --git a/modules/reitit-frontend/src/reitit/frontend/history.cljs b/modules/reitit-frontend/src/reitit/frontend/history.cljs index 5764e10f..14353582 100644 --- a/modules/reitit-frontend/src/reitit/frontend/history.cljs +++ b/modules/reitit-frontend/src/reitit/frontend/history.cljs @@ -132,7 +132,8 @@ nil) (-get-path [this] (str (.. js/window -location -pathname) - (.. js/window -location -search))) + (.. js/window -location -search) + (.. js/window -location -hash))) (-href [this path] path))