1
0
Fork 0
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:
Andrew Rabert 2018-12-11 00:46:50 -05:00
parent 673b300610
commit 8d13cc662c
5 changed files with 4 additions and 80 deletions

View file

@ -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")
})
}
});
});