1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update tuner setup

This commit is contained in:
Luke Pulverenti 2015-07-23 09:23:22 -04:00
parent 8ef120c759
commit 86dea1fa4c
14 changed files with 394 additions and 248 deletions

View file

@ -112,8 +112,8 @@ var Dashboard = {
}
}
return;
Dashboard.hideLoadingMsg();
}
Dashboard.hideLoadingMsg();
},
getCurrentUser: function () {
@ -518,8 +518,8 @@ var Dashboard = {
},
showModalLoadingMsg: function () {
Dashboard.showLoadingMsg();
Dashboard.getModalLoadingMsg().show();
Dashboard.showLoadingMsg();
},
hideModalLoadingMsg: function () {