aboutsummaryrefslogtreecommitdiff
path: root/front
diff options
context:
space:
mode:
Diffstat (limited to 'front')
-rw-r--r--front/src/Main.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/front/src/Main.elm b/front/src/Main.elm
index 52bc4c9..c45373d 100644
--- a/front/src/Main.elm
+++ b/front/src/Main.elm
@@ -341,7 +341,7 @@ update msg m =
( m, Nav.load url )
ChangedUrl url ->
- ( m, Cmd.none )
+ ( { m | rawSpecs = routeQuery (toRoute url) }, Cmd.none )
UpdateSpecs field val ->
let