mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update startup wizard
This commit is contained in:
parent
b91250950f
commit
31454fbeb1
@ -67,6 +67,7 @@
|
|||||||
} else {
|
} else {
|
||||||
Dashboard.navigate('wizardagreement.html');
|
Dashboard.navigate('wizardagreement.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,6 +22,14 @@
|
|||||||
|
|
||||||
Dashboard.hideLoadingMsg();
|
Dashboard.hideLoadingMsg();
|
||||||
navigateToNextPage(config);
|
navigateToNextPage(config);
|
||||||
|
|
||||||
|
}).fail(function () {
|
||||||
|
|
||||||
|
Dashboard.hideLoadingMsg();
|
||||||
|
Dashboard.alert({
|
||||||
|
message: Globalize.translate('ErrorSavingTvProvider')
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user