diff --git a/index.html b/index.html index dbac999..eb954d7 100644 --- a/index.html +++ b/index.html @@ -848,7 +848,7 @@

${transactions} Transaction${pural}

` page: "homepage", thisField: null, }; - history.pushState(appState, null, ''); + history.pushState(appState, null, location.pathname + location.search); render("homepage") })