jellyfin-web/dashboard-ui/scripts/wizardstartpage.js

6 lines
115 B
JavaScript
Raw Normal View History

2013-02-20 18:33:05 -07:00
var WizardStartPage = {
gotoNextPage: function () {
2013-04-15 12:09:27 -07:00
Dashboard.navigate('wizarduser.html');
2013-02-20 18:33:05 -07:00
}
};