fix history rewrite

This commit is contained in:
Stewart Allen 2025-07-07 01:08:04 -04:00
commit f139f01b83
2 changed files with 2 additions and 2 deletions

View file

@ -2099,7 +2099,7 @@ function init_two() {
}
// hide url params
history.replaceState({}, '', '/kiri');
history.replaceState({}, '', '/kiri/');
// lift curtain
$('curtain').style.display = 'none';

View file

@ -91,7 +91,7 @@ function init() {
call.ui_build();
// hide url params
history.replaceState({}, '', '/mesh');
history.replaceState({}, '', '/mesh/');
}
// restore space layout and view from previous session