I FIXED ROUTING!!!!! YIPPEEEEEEE
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
13d802d361
commit
b42b37ff9c
11 changed files with 113 additions and 57 deletions
|
@ -66,4 +66,7 @@ function start() {
|
|||
update_extras_buttons();
|
||||
}
|
||||
|
||||
start();
|
||||
document.addEventListener("swap", () => {
|
||||
if (!window.location.pathname.startsWith("/music/")) return;
|
||||
start();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue