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

break up jquery mobile

This commit is contained in:
Luke Pulverenti 2015-06-17 11:39:46 -04:00
parent 4565ac78ab
commit 973b43989d
25 changed files with 899 additions and 144 deletions

View file

@ -17,6 +17,8 @@
function loadLatest(page, parentId) {
Dashboard.showLoadingMsg();
var userId = Dashboard.getCurrentUserId();
var options = {
@ -42,6 +44,7 @@
})).lazyChildren();
Dashboard.hideLoadingMsg();
});
}