mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove agreement and app links
This commit is contained in:
parent
673b300610
commit
8d13cc662c
5 changed files with 4 additions and 80 deletions
|
@ -15,7 +15,7 @@ define(["loading", "emby-checkbox", "emby-button", "emby-select"], function(load
|
|||
}
|
||||
|
||||
function navigateToNextPage() {
|
||||
Dashboard.navigate("wizardagreement.html")
|
||||
Dashboard.navigate("wizardfinish.html")
|
||||
}
|
||||
|
||||
function onSubmit(e) {
|
||||
|
@ -28,4 +28,4 @@ define(["loading", "emby-checkbox", "emby-button", "emby-select"], function(load
|
|||
document.querySelector(".skinHeader").classList.remove("noHomeButtonHeader")
|
||||
})
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue