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

update live tv styles

This commit is contained in:
Luke Pulverenti 2014-05-29 10:19:12 -04:00
parent 81488383b6
commit a859e2b4be
8 changed files with 19 additions and 17 deletions

View file

@ -869,7 +869,8 @@
}
};
$(document).on('pageshow', "#dashboardPage", DashboardPage.onPageShow).on('pagehide', "#dashboardPage", DashboardPage.onPageHide);
$(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
.on('pagehide', "#dashboardPage", DashboardPage.onPageHide);
(function ($, document, window) {