This commit is contained in:
Brennan Wilkes (Text Groove) 2026-02-02 20:07:33 -08:00
parent 023fb4f0a4
commit b0a1aa84ae

View file

@ -356,9 +356,7 @@ export async function renderStats($app) {
};
document.getElementById("back")?.addEventListener("click", () => {
const last = sessionStorage.getItem("viz:lastRoute");
if (last && last !== location.hash) location.hash = last;
else location.hash = "#/";
location.hash = "#/";
});
const rerender = async () => {