Skip to content

Commit

Permalink
1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sairaj-mote committed Jun 24, 2020
1 parent 7aad778 commit 072b77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ <h4>${transactions} Transaction${pural}</h4>`
page: "homepage",
thisField: null,
};
history.pushState(appState, null, '');
history.pushState(appState, null, location.pathname + location.search);
render("homepage")
})

Expand Down

0 comments on commit 072b77b

Please sign in to comment.