mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
var WizardStartPage = {
|
|
|
|
gotoNextPage: function () {
|
|
Dashboard.navigate('wizarduser.html');
|
|
}
|
|
}; |