diff --git a/resources/cider-ui/index.js b/resources/cider-ui/index.js
index d7263fa1..8e207a23 100644
--- a/resources/cider-ui/index.js
+++ b/resources/cider-ui/index.js
@@ -553,7 +553,7 @@ const app = new Vue({
// if the route contains does not include a / then route to the page directly
if (route.indexOf("/") == -1) {
this.page = route
- window.location.hash = `${page}/${id}`
+ window.location.hash = this.page
return
}
let hash = route.split("/")
diff --git a/resources/cider-ui/views/main.ejs b/resources/cider-ui/views/main.ejs
index 9e950199..0f1d3471 100644
--- a/resources/cider-ui/views/main.ejs
+++ b/resources/cider-ui/views/main.ejs
@@ -174,7 +174,7 @@
@@ -456,7 +456,7 @@