Clean up, no more docker
This commit is contained in:
parent
2176579524
commit
e83e9a7f76
3 changed files with 2 additions and 13 deletions
|
@ -92,7 +92,7 @@ function view_timeline_apply_mode(model, mode, opts={}, push_state=true) {
|
|||
pieces.push(pubkey);
|
||||
break;
|
||||
}
|
||||
history.pushState({mode, opts}, "", "/"+pieces.join("/"));
|
||||
window.history.pushState({mode, opts}, "", "/"+pieces.join("/"));
|
||||
}
|
||||
|
||||
el.dataset.mode = mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue