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

update channel streams

This commit is contained in:
Luke Pulverenti 2015-09-01 18:04:54 -04:00
parent a878877550
commit 6dfdbb8075
10 changed files with 20 additions and 16 deletions

View file

@ -2986,7 +2986,7 @@ $.widget( "mobile.page", {
// when dom caching is not enabled or the page is embedded bind to remove the page on hide
if ( !page.data( "mobile-page" ).options.domCache ) {
// TODO use _on - that is, sort out why it doesn't work in this case
// TODO use _on - that is, sort out why it doesn't work in this case
page.bind( "pagehide.remove", callback || function( e, data ) {
//check if this is a same page transition and if so don't remove the page