fix history rewrite
This commit is contained in:
parent
ce4f5d6e78
commit
f139f01b83
2 changed files with 2 additions and 2 deletions
|
|
@ -2099,7 +2099,7 @@ function init_two() {
|
|||
}
|
||||
|
||||
// hide url params
|
||||
history.replaceState({}, '', '/kiri');
|
||||
history.replaceState({}, '', '/kiri/');
|
||||
|
||||
// lift curtain
|
||||
$('curtain').style.display = 'none';
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue