mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix anonymous pages
This commit is contained in:
parent
b53f6c1d3f
commit
d004fd3960
6 changed files with 293 additions and 200 deletions
|
@ -46,6 +46,9 @@
|
|||
|
||||
$('.wizardStartForm').off('submit', onSubmit).on('submit', onSubmit);
|
||||
|
||||
window.ConnectionManager.clearData();
|
||||
|
||||
|
||||
}).on('pageshow', "#wizardStartPage", function () {
|
||||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue